blob: 87bc816e515369cb88fecbe33e10975e8644f73e [file] [log] [blame]
// @dart = 2.9
class C {}
extension E on C {
void f(String b) {}
}
void main() {}