RmoveUnnecessaryParenthesesIntention
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
trait Foo {
|
||||
fun get(x : Any) : Foo
|
||||
fun plus(x : Any) : Foo
|
||||
}
|
||||
fun foo(x: Foo) {
|
||||
<caret>(x + x)[x]
|
||||
}
|
||||
Reference in New Issue
Block a user