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.
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Foo {
|
||||
public final static method foo(): void
|
||||
public synthetic final static @org.jetbrains.annotations.NotNull method getExtProp(p0: java.lang.Object): java.lang.String
|
||||
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 @org.jetbrains.annotations.NotNull method getExtProp(p0: java.lang.Object): java.lang.String
|
||||
public synthetic final static method getExtProp(p0: java.lang.Object): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user