Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/kt45853a.txt
T
Dmitry Petrov 7e03f8ea80 JVM_IR KT-45853 include return type into Java method IdSignature
This is a hack required to accept [potentially] incorrect input
provided by the front-end; see KT-46042.
2021-04-12 22:52:08 +03:00

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
}