Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/class/NestedGenericClass.txt
T
2019-04-30 18:45:45 +03:00

10 lines
202 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>|
}
}