Adjust KotlinSuppressIntentionAction to syntax with '@'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
||||
|
||||
[suppress("REDUNDANT_NULLABLE")]
|
||||
@suppress("REDUNDANT_NULLABLE")
|
||||
fun foo() {
|
||||
fun local(): String?<caret>? = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user