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""" + "b") class MyClass
|
||||
|
||||
// EXPECTED: @Ann(s1 = "ab")
|
||||
Reference in New Issue
Block a user