5797b4877c
^KT-62895
18 lines
409 B
Plaintext
Vendored
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|
|
|
|
|
}
|
|
|
|
}
|