Update resolveAnnotations tests in new infrastructure
This commit is contained in:
+4
-4
@@ -10,10 +10,10 @@ annotation class Ann(
|
||||
val i = 1
|
||||
|
||||
@Ann(
|
||||
s1 = "a$i",
|
||||
s2 = "a$i b",
|
||||
s3 = "$i",
|
||||
s4 = "a${i}a$i"
|
||||
s1 = <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>"a$i"<!>,
|
||||
s2 = <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>"a$i b"<!>,
|
||||
s3 = <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>"$i"<!>,
|
||||
s4 = <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>"a${i}a$i"<!>
|
||||
) class MyClass
|
||||
|
||||
// EXPECTED: @Ann(s1 = "a1", s2 = "a1 b", s3 = "1", s4 = "a1a1")
|
||||
|
||||
Reference in New Issue
Block a user