blob: e43f66046246b133e7f9f92ba8a1543e1ef28c07 [file] [log] [blame]
extension type Foo(dynamic d) {
var foo = this();
bar() {}
}
class FooClass {
var foo = this();
bar() {}
}