[FIR] Drop using of JavaSymbolProvider and OptionalAnnotationClassesProvider in FirCommonSessionFactory

Drop using of all Java stuff inside FirCommonSessionFactory

^KT-56063
This commit is contained in:
Ivan Kochurkin
2023-02-23 16:43:05 +01:00
committed by Space Team
parent 4be359ba02
commit d829f8b684
17 changed files with 83 additions and 62 deletions
@@ -0,0 +1,10 @@
import kotlin.math.*
import kotlin.js.*
import kotlin.Result.Companion.success
fun f(x: Int) = abs(x)
@JsName("test")
public class C
fun g() = success(true)