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

10 lines
193 B
Plaintext
Vendored

public final class Outer : R|kotlin/Any| {
public constructor(): R|test/Outer|
public final class Nested : R|kotlin/Any| {
public constructor(): R|test/Outer.Nested|
}
}