Update resolveAnnotations tests in new infrastructure
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ annotation class Ann(
|
||||
val a = 1
|
||||
val b = 2
|
||||
|
||||
@Ann(1 < 2, 1.0 < 2.0, 2 < a, b < a, 'b' < 'a', "a" < "b") class MyClass
|
||||
@Ann(1 < 2, 1.0 < 2.0, <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>2 < a<!>, <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>b < a<!>, 'b' < 'a', "a" < "b") class MyClass
|
||||
|
||||
// EXPECTED: @Ann(b1 = true, b2 = true, b3 = false, b4 = false, b5 = false, b6 = true)
|
||||
|
||||
Reference in New Issue
Block a user