Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/NestedGenericClass.txt
T
2023-04-11 13:43:38 +00:00

11 lines
203 B
Plaintext
Vendored

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