Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/fromLoadJava/notNull/NotNullObjectArray.txt
T
2020-03-19 09:51:01 +03:00

7 lines
166 B
Plaintext
Vendored

public open class NotNullObjectArray : R|kotlin/Any| {
public open fun hi(): R|kotlin/Array<kotlin/Any>|
public constructor(): R|test/NotNullObjectArray|
}