mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[FIR IDE] LC fix annotations with special sites and nullability
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user