blob: faefe4803e4a6a2513fa52115443b00505d4c091 [file] [log] [blame]
@a
@A(1)
library test;
@a
@A(2)
class C {}
@a
@A(2)
typedef void F1();
@a
@A(3)
int f1, f2;
@a
@A(3)
typedef F2 = void Function();
@a
@A(4)
void main() {}
class A {
const A(int value);
}
const Object a = const Object();