[FIR IDE] Add Fir lightclasses tests and fix FindUsages tests

This commit is contained in:
Igor Yakovlev
2020-10-07 16:36:16 +03:00
committed by Ilya Kirillov
parent 3cefef03ff
commit dbb54c87bc
213 changed files with 3496 additions and 218 deletions
@@ -0,0 +1,10 @@
public final class O /* O*/ {
@org.jetbrains.annotations.NotNull()
public static final O INSTANCE;
@kotlin.jvm.JvmStatic()
public static final void foo();// foo()
private O();// .ctor()
}