blob: 35cdc4a3c0cd68a7efd7695ea7849f53f464e88f [file]
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|
}
}