Support 'suppress for statement' quick fix
#KT-3319 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Suppress 'UNNECESSARY_NOT_NULL_ASSERTION' for statement " "true"
|
||||
|
||||
fun foo() {
|
||||
[suppress("UNNECESSARY_NOT_NULL_ASSERTION")]
|
||||
(1<caret>!! ?: 0)
|
||||
}
|
||||
Reference in New Issue
Block a user