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