7e03f8ea80
This is a hack required to accept [potentially] incorrect input provided by the front-end; see KT-46042.
14 lines
340 B
Plaintext
Vendored
14 lines
340 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public abstract class A {
|
|
// source: 'kt45853a.kt'
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.Nullable method getA(): A
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B {
|
|
// source: 'kt45853a.kt'
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.Nullable method getA(): X
|
|
}
|