[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
@@ -1,4 +1,4 @@
import c.b
val a<caret_onAirContext> = 5
val a = 5
@@ -1,7 +1,7 @@
// FILE: main.kt
import other.A as AAA
val a<caret_onAirContext> = 5
val a = 5
// FILE: other/other.kt
package other
@@ -1,3 +1,3 @@
// RENDER_DEFAULT_IMPORTING_SCOPE
val a<caret_onAirContext> = 5
val a = 5
@@ -1,7 +1,7 @@
// FILE: main.kt
import other.A
val a<caret_onAirContext> = 5
val a = 5
// FILE: other/other.kt
package other
@@ -1,7 +1,7 @@
// FILE: main.kt
import other.*
val a<caret_onAirContext> = 5
val a = 5
// FILE: other/other.kt
package other