Files
kotlin/compiler/testData/readJavaBinaryClass/MethosWithPRefTP.kt
Andrey Breslav dd9c36387c KT-987 Unboxing nulls
#KT-987 Fixed
2012-03-26 11:42:34 +04:00

6 lines
84 B
Kotlin

package test
final class MethosWithPRefTP() {
fun <erased P> f(p0: P?) = #()
}