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:
-1
@@ -23,7 +23,6 @@ import java.lang.System;
|
||||
@kotlin.Metadata()
|
||||
@Anno()
|
||||
public final class User {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String name = "John";
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user