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