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

7 lines
145 B
Plaintext
Vendored

public open class NotNullMethod : R|kotlin/Any| {
public open fun hi(): R|kotlin/String|
public constructor(): R|test/NotNullMethod|
}