blob: a6cd4d8ae53527f61b335d2e53259b42bc63ac8c [file] [log] [blame]
bar(E e) => e.foo();
class A {}
extension E on A? {
void foo() {}
}
main() {}