Files
kotlin/compiler/testData/loadJava/constructor/ConstructorGenericUpperBound.kt

4 lines
111 B
Kotlin

package test
public open class ConstructorGenericUpperBound(p0: java.util.RandomAccess?) : java.lang.Object()