blob: ee00838b929dfe1741a094c3cb1d6f6834273e0a [file] [log] [blame]
import "implicit_new.dart" as prefix;
class Foo {
operator +(other) => null;
}
class Bar {
Bar.named();
operator +(other) => null;
}
testNSM() {}
f(x) => x;
class IndexTester {
operator [](_) => null;
void operator []=(_a, _b) {}
}
main() {}