Replace annotations with brackets in testData
Just in tests that changed after deprecation
This commit is contained in:
+1
-1
@@ -78,6 +78,6 @@ class C {
|
||||
nativeSetter
|
||||
fun set(<!NATIVE_INDEXER_KEY_SHOULD_BE_STRING_OR_NUMBER!>a: A<!>, v: Any?) {}
|
||||
|
||||
[nativeSetter]
|
||||
@nativeSetter
|
||||
fun foo(a: Number, <!NATIVE_INDEXER_CAN_NOT_HAVE_DEFAULT_ARGUMENTS!>v: String = "aa"<!>) = "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user