dd9c36387c
#KT-987 Fixed
6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
package test
|
|
|
|
final class MethosWithPRefTP() {
|
|
fun <erased P> f(p0: P?) = #()
|
|
}
|