Files
kotlin/compiler/testData/readJavaBinaryClass/MethosWithPRefTP.kt
2012-06-05 20:19:07 +04:00

6 lines
98 B
Kotlin

package test
final class MethosWithPRefTP() : java.lang.Object() {
fun <P> f(p0: P?) = #()
}