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:
Dmitry Petrov
2020-06-26 12:06:24 +03:00
parent 5684e694b5
commit 2137a4b1e5
31 changed files with 163 additions and 156 deletions
@@ -2,7 +2,7 @@
public final class Z {
private final field x: int
private synthetic method <init>(p0: int): void
public synthetic final static @org.jetbrains.annotations.NotNull method box-impl(p0: int): Z
public synthetic final static method box-impl(p0: int): Z
public static method constructor-impl(p0: int): int
public static method constructor-impl(p0: int, p1: int): int
public static method constructor-impl(p0: long): int