Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/inline/InlineReifiedPropertyMultifile.txt
T
Dmitry Petrov 2137a4b1e5 JVM, JVM_IR: no nullability annotations on private and synthetic methods
NB it looks like it doesn't cover all cases, e.g., some synthetic
methods generated for suspend functions.
2020-06-26 18:51:35 +03:00

12 lines
406 B
Plaintext
Vendored

@kotlin.Metadata
public final class test/Foo {
public final static method foo(): void
public synthetic final static method getExtProp(p0: java.lang.Object): java.lang.String
}
@kotlin.Metadata
synthetic final class test/Foo__InlineReifiedPropertyMultifileKt {
public final static method foo(): void
public synthetic final static method getExtProp(p0: java.lang.Object): java.lang.String
}