[FIR IDE] LC fix annotations with special sites and nullability

This commit is contained in:
Igor Yakovlev
2020-12-11 17:42:37 +03:00
parent 2e7866ca86
commit 46071c1925
12 changed files with 173 additions and 70 deletions

View File

@@ -12,7 +12,7 @@ public final class Foo /* Foo*/ {
public Foo();// .ctor()
public final /* vararg */ void nullableVararg(@org.jetbrains.annotations.Nullable() java.lang.Object...);// nullableVararg(java.lang.Object[])
public final /* vararg */ void nullableVararg(@org.jetbrains.annotations.NotNull() java.lang.Object...);// nullableVararg(java.lang.Object[])
public final int bar4();// bar4()