blob: 8adcffdaa7acda2a29e176712313e34984bbe82d [file] [log] [blame]
class A {}
extension type on A {
method() {}
}
test(A a) => type(new A()).method();