Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/NamedObjectInNamedObject.txt
T
2019-04-04 10:31:09 +03:00

12 lines
205 B
Plaintext
Vendored

public final object Outer : R|kotlin/Any| {
private constructor()
public final object Obj : R|kotlin/Any| {
public final fun f(): R|kotlin/String|
private constructor()
}
}