Move resolveAnnotations tests into diagnostics tests
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
annotation class Ann(val s1: String)
|
||||
|
||||
@Ann(s1 = "a" + 1) class MyClass
|
||||
|
||||
// EXPECTED: @Ann(s1 = "a1")
|
||||
Reference in New Issue
Block a user