[IR] Drop duplicated meta info from interpreters tests

This commit is contained in:
Ivan Kylchik
2023-04-18 11:03:30 +02:00
committed by Space Team
parent 3f60c83921
commit 6b75b3bc4a
25 changed files with 590 additions and 540 deletions
@@ -10,6 +10,7 @@ enum class A {
val x = J.f()
}
// STOP_EVALUATION_CHECKS
fun box(): String {
return A.OK.<!EVALUATED("OK")!>name<!>
return A.OK.name
}