Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/NamedObjectInNamedObject.txt
T

12 lines
239 B
Plaintext
Vendored

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