[IR] Print evaluated const directly into interpreter's tests
This commit is contained in:
Vendored
+2
-2
@@ -12,7 +12,7 @@ annotation class AnnotationWithDefault(val str: String = "Str" + "ing")
|
||||
@AnnotationWithDefault()
|
||||
class A
|
||||
|
||||
@AnnotationWithDefault("Other")
|
||||
@AnnotationWithDefault(<!EVALUATED("Other")!>"Other"<!>)
|
||||
class B
|
||||
|
||||
// MODULE: main
|
||||
@@ -20,4 +20,4 @@ class B
|
||||
|
||||
fun box(): String {
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user