Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullIntArray.txt
2014-01-15 16:14:50 +04:00

7 lines
151 B
Plaintext

package test
public open class NotNullIntArray : java.lang.Object {
public constructor NotNullIntArray()
public open fun hi(): jet.IntArray
}