Do not apply ExpressionSurrounders for expressions with Unit type and for call expressions inside qualified expression
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
val a = ""
|
||||
a.<selection>charAt</selection>(1)
|
||||
}
|
||||
|
||||
// IS_APPLICABLE: false
|
||||
Reference in New Issue
Block a user