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