[Analysis API] Remove test infrastructure for obsolete on-air analysis
This commit is contained in:
+1
-1
@@ -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())
|
||||
}
|
||||
+1
-1
@@ -41,4 +41,4 @@ package generated
|
||||
open class GenClass2
|
||||
|
||||
// FILE: main.kt
|
||||
fun <caret_onAirContext>main() {}
|
||||
fun main() {}
|
||||
Reference in New Issue
Block a user