Added safeAccessToIfThen intention
This commit is contained in:
committed by
Zalim Bashorov
parent
1ca4bb0e79
commit
1f720c8559
+4
-1
@@ -1,6 +1,9 @@
|
||||
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
||||
// ERROR: Unresolved reference: SomeTest
|
||||
// ACTION: Edit intention settings
|
||||
// ACTION: Replace safe access expression with 'if' expression
|
||||
// ACTION: Disable 'Replace Safe Access Expression With 'if' Expression'
|
||||
|
||||
package testing
|
||||
|
||||
val x = testing?.<caret>SomeTest()
|
||||
val x = testing?.<caret>SomeTest()
|
||||
|
||||
Reference in New Issue
Block a user