Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4fb420f3f193efd659908a29789182d7973897e4
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullIntArray.txt
blob: d755f202faa7512f7c9134c9cba98058596c8535 [
file
]
package test
public open class NotNullIntArray {
public constructor NotNullIntArray()
org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.IntArray!
}