Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/class/SealedClass.txt
T
2020-03-19 09:51:01 +03:00

21 lines
434 B
Plaintext
Vendored

public final class Inheritor2 : R|test/SealedClass| {
public constructor(): R|test/Inheritor2|
}
public final class Inheritor3 : R|test/SealedClass| {
public constructor(): R|test/Inheritor3|
}
public sealed class SealedClass : R|kotlin/Any| {
private constructor(): R|test/SealedClass|
public final class Inheritor1 : R|test/SealedClass| {
public constructor(): R|test/SealedClass.Inheritor1|
}
}