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