blob: 180139e86023342e866a6158e45c99eeb256ee09 [file] [log] [blame]
class FooImpl2 : Foo2 {
override fun baz(clazz: Foo2.X<*>?) = Unit
}