JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
public final class Example {
|
||||
private field prop2: int
|
||||
private synthetic final @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
private synthetic final field prop: java.lang.String
|
||||
private field useSite2: int
|
||||
private synthetic final field useSite: int
|
||||
public method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user