Get rid of deprecated annotations in testData
This commit is contained in:
@@ -5,6 +5,6 @@ annotation class Ann(
|
||||
val b2: Boolean
|
||||
)
|
||||
|
||||
Ann(true || false, true || true) class MyClass
|
||||
@Ann(true || false, true || true) class MyClass
|
||||
|
||||
// EXPECTED: Ann(b1 = true, b2 = true)
|
||||
|
||||
Reference in New Issue
Block a user