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

12 lines
237 B
Plaintext
Vendored

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