1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-04-29 00:42:16 +00:00
assemblyscript/tests/parser/interface.ts.fixture.ts

6 lines
67 B
TypeScript
Raw Normal View History

interface Foo {
bar(): void;
baz: i32;
readonly baz2: f64;
}