RmoveUnnecessaryParenthesesIntention
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Int) {
|
||||
x * x + x
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(x: Int) {
|
||||
(x * x) + x
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes unnecessary parentheses.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user