blob: 2d475c385ee9108882c826a8688e37246fdbacd1 [file] [log] [blame]
library test;
class C {
bool operator [](int index) => true;
}
main() {}