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