Deprecate suppress annotation in favor of Suppress
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
@file:suppress("abc")
|
||||
@file:Suppress("abc")
|
||||
|
||||
fun foo(): Int {
|
||||
@suppress("xyz") return 1
|
||||
@Suppress("xyz") return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user