blob: 2b64dea8dedcc30e8f0fc8f22378432b69657940 [file] [log] [blame]
class C {}
extension E on C {
void f(String b) {}
}
void main() {}