[Analysis API] Remove test infrastructure for obsolete on-air analysis
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
import c.b
|
||||
|
||||
val a<caret_onAirContext> = 5
|
||||
val a = 5
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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
-1
@@ -1,3 +1,3 @@
|
||||
// RENDER_DEFAULT_IMPORTING_SCOPE
|
||||
|
||||
val a<caret_onAirContext> = 5
|
||||
val a = 5
|
||||
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// FILE: main.kt
|
||||
import other.A
|
||||
|
||||
val a<caret_onAirContext> = 5
|
||||
val a = 5
|
||||
|
||||
// FILE: other/other.kt
|
||||
package other
|
||||
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// FILE: main.kt
|
||||
import other.*
|
||||
|
||||
val a<caret_onAirContext> = 5
|
||||
val a = 5
|
||||
|
||||
// FILE: other/other.kt
|
||||
package other
|
||||
|
||||
Reference in New Issue
Block a user