blob: ff2587a41cc3930a5c3d53ac1c008d4a794276e6 [file] [log] [blame]
class A {
String text = "";
}
expect(expected, actual) {}
extension on A? {
String get text => "Lily was here";
}
void main() {}