[Analysis API] Remove test infrastructure for obsolete on-air analysis

This commit is contained in:
Yan Zhulanow
2024-01-18 18:31:52 +09:00
committed by Space Team
parent 8c5c40760b
commit e393282c67
18 changed files with 17 additions and 36 deletions
@@ -33,6 +33,6 @@ package main
import rex1.*
import rex2.*
object <caret_onAirContext>MainObject : RexClass1, RexClass2 {
object MainObject : RexClass1, RexClass2 {
fun foo(): List<Any> = listOf(rexCallable1(), rexCallable2())
}
@@ -41,4 +41,4 @@ package generated
open class GenClass2
// FILE: main.kt
fun <caret_onAirContext>main() {}
fun main() {}