blob: 38dbcbf16d22f913aad9dffb875fc69c33df8837 [file] [log] [blame]
class Class {}
extension Extension on Class {
instanceMethod() {}
get instanceProperty => 42;
set instanceProperty(value) {}
}
main() {}