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