16 lines
312 B
Plaintext
Vendored
16 lines
312 B
Plaintext
Vendored
public final class Outer : R|kotlin/Any| {
|
|
public constructor(): R|test/Outer|
|
|
|
|
public open class Nested1 : R|kotlin/Any| {
|
|
public constructor(): R|test/Outer.Nested1|
|
|
|
|
}
|
|
|
|
public final class Nested2 : R|test/Outer.Nested1| {
|
|
public constructor(): R|test/Outer.Nested2|
|
|
|
|
}
|
|
|
|
}
|
|
|