17 lines
581 B
Plaintext
Vendored
17 lines
581 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class FakeOverridesInSubclassKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Sub {
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public class Super {
|
|
private final @org.jetbrains.annotations.NotNull field r: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
public final @org.jetbrains.annotations.NotNull method getR(): java.lang.String
|
|
}
|