Implement option for wrapping method annotations
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
||||
|
||||
@Suppress("REDUNDANT_NULLABLE") fun foo(): String?<caret>? = null
|
||||
@Suppress("REDUNDANT_NULLABLE")
|
||||
fun foo(): String?? = null
|
||||
+2
-1
@@ -1,3 +1,4 @@
|
||||
// "Suppress 'REDUNDANT_NULLABLE' for fun foo" "true"
|
||||
|
||||
@Suppress("REDUNDANT_NULLABLE") fun foo(): String?<caret>? = null
|
||||
@Suppress("REDUNDANT_NULLABLE")
|
||||
fun foo(): String?? = null
|
||||
Reference in New Issue
Block a user