[IR] Print evaluated const directly into interpreter's tests
This commit is contained in:
@@ -11,5 +11,5 @@ enum class A {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return A.OK.name
|
||||
}
|
||||
return A.OK.<!EVALUATED("OK")!>name<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user