Files
kotlin/compiler/testData/loadJava/MethosWithPRefTP.kt
Andrey Breslav 5eaa5b396b Removing usages of tuples from test data
(KT-2358 Drop tuples)
 #KT-2358 In progress
2012-09-18 20:27:09 +04:00

6 lines
126 B
Kotlin

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