Suppress warning intention fix: now multi declaration is not a possible intention target but its initializer is, relevant test fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Suppress 'REDUNDANT_NULLABLE' for val (a, b)" "true"
|
||||
// "Suppress 'REDUNDANT_NULLABLE' for initializer " "true"
|
||||
|
||||
fun foo() {
|
||||
val (a, b) = Pair<String?<caret>?, String>("", "")
|
||||
|
||||
Reference in New Issue
Block a user