[IR] Drop duplicated meta info from interpreters tests
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
// FILE: 1.kt
|
||||
|
||||
const val name = E.OK.<!EVALUATED("OK")!>name<!>
|
||||
fun box(): String = <!EVALUATED("OK")!>name<!>
|
||||
// STOP_EVALUATION_CHECKS
|
||||
fun box(): String = name
|
||||
|
||||
// FILE: 2.kt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user