blob: f5a215cc1007087fd8524befaa8f33443d09d119 [file]
class C {
dynamic get test => 3.14;
void set test(int v) {}
}
main() {}
test() {}