Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4fb420f3f193efd659908a29789182d7973897e4
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
notNull
/
NotNullObjectArray.txt
blob: d96514dc9ec0b5c12cfdd1439ee8010054c8e909 [
file
]
package test
public open class NotNullObjectArray {
public constructor NotNullObjectArray()
org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.Array<(out) kotlin.Any!>!
}