blob: 770d7e97230c9f1c88320d0572a782e9870e6d02 [file] [log] [blame]
abstract class A {
T bar<T>();
String foo() => bar()!;
}
main() {}