08e62d3303
Original commit: a474165a8f
3 lines
45 B
Kotlin
3 lines
45 B
Kotlin
open class A {
|
|
open fun f(c: C<Any>) {}
|
|
} |