blob: 2afc4b528bac25568e35ce0bde8135fad950920b [file] [log] [blame]
class Foo<T> {
foo(Object? key) {
if (key is! T or
}
}