Update resolveAnnotations tests in new infrastructure
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
// FIR_IDENTICAL
|
||||
package test
|
||||
|
||||
annotation class Ann(i: Double)
|
||||
annotation class Ann(<!MISSING_VAL_ON_ANNOTATION_PARAMETER!>i: Double<!>)
|
||||
|
||||
@Ann(A@ 1.0) class MyClass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user