Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/singletonLambda.ir.txt
T
vladislav.grechko 29eb1c7a63 Do not add nullability annotations to the methods of anonymous classes
Nullability annotations are useless for the methods of anonymous classes
due to their restricted scope.

^KT-62044: Fixed
2023-10-10 10:34:33 +00:00

38 lines
1.2 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class _2Kt$box$$inlined$foo$1 {
// source: '1.kt'
enclosing method _2Kt.box()Ljava/lang/String;
public final static field INSTANCE: _2Kt$box$$inlined$foo$1
inner (anonymous) class _2Kt$box$$inlined$foo$1
static method <clinit>(): void
public method <init>(): void
public synthetic bridge method invoke(): java.lang.Object
public final method invoke(): java.lang.String
}
@kotlin.Metadata
public final class _2Kt {
// source: '2.kt'
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public final class test/_1Kt$foo$x$1 {
// source: '1.kt'
enclosing method test/_1Kt.foo()Ljava/lang/String;
public final static field INSTANCE: test._1Kt$foo$x$1
inner (anonymous) class test/_1Kt$foo$x$1
static method <clinit>(): void
public method <init>(): void
public synthetic bridge method invoke(): java.lang.Object
public final method invoke(): java.lang.String
}
@kotlin.Metadata
public final class test/_1Kt {
// source: '1.kt'
inner (anonymous) class test/_1Kt$foo$x$1
public synthetic final static method bar(): java.lang.String
public synthetic final static method foo(): java.lang.String
}