blob: 0b1fe2c0c8c6ffcaa6f8d7f2d19881c2e632ef22 [file] [log] [blame]
class ResolvedClass<T> {
ResolvedClass.named();
static unresolvedConstructor() {}
}
UnresolvedClass<T>() {}
extension Extension on Function {
unresolvedConstructor() {}
}
class unresolved_prefix {
static UnresolvedClass<T>() {}
}
class resolved_prefix {
static UnresolvedClass<T>() {}
}
main() {}