Deprecate suppress annotation in favor of Suppress
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
fun foo() {
|
||||
var v = Box<String?>()
|
||||
@suppress("REDUNDANT_NULLABLE")
|
||||
@Suppress("REDUNDANT_NULLABLE")
|
||||
(v: Box<String?<caret>?>)++
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user