"Remove unnecessary parentheses" intention - smaller range & refactoring
This commit is contained in:
@@ -2,5 +2,5 @@ class C() {
|
||||
fun get(i: Int) = i + 1
|
||||
|
||||
// KT-4513: Unnecessary parenthesis around 'this'
|
||||
val foo = (th<caret>is)[41]
|
||||
val foo = (this<caret>)[41]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user