Files
kotlin/compiler/testData/loadJava/compiledJava/notNull/NotNullIntArray.txt
2015-07-09 16:36:43 +03:00

7 lines
171 B
Plaintext
Vendored

package test
public open class NotNullIntArray {
public constructor NotNullIntArray()
org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.IntArray
}