Adjust testData: get rid of obsolete annotations
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER -DEPRECATED_ANNOTATION_SYNTAX
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
annotation class Ann
|
||||
|
||||
fun <T> bar(block: (T) -> Int) {}
|
||||
|
||||
fun foo() {
|
||||
bar<Int> @Ann [Ann] { x -> x }
|
||||
bar<Int> @Ann [Ann] label@{ x -> x }
|
||||
bar<Int> @Ann @[Ann] { x -> x }
|
||||
bar<Int> @Ann @[Ann] label@{ x -> x }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user