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

7 lines
158 B
Plaintext
Vendored

public final object SomeObject : R|kotlin/Any| {
public final fun test(a: R|kotlin/Int|): R|kotlin/Int|
private constructor(): R|test/SomeObject|
}