ed3ae785fb
Fixed #KT-38348
3 lines
70 B
Kotlin
Vendored
3 lines
70 B
Kotlin
Vendored
class FooImpl : Foo {
|
|
override fun <T : Any?> baz(foo: T) = Unit
|
|
} |