Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
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!>
}