6 lines
81 B
Kotlin
6 lines
81 B
Kotlin
// "Add '<*, *>'" "true"
|
|
class C2<T, R>
|
|
|
|
fun test() {
|
|
javaClass<C2<*, *>>()
|
|
} |