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