Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/class/SealedInterface.fir.txt
T
2024-01-05 15:55:29 +00:00

18 lines
409 B
Plaintext
Vendored

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