RmoveUnnecessaryParenthesesIntention
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(x: Int) : Any {
|
||||
return <caret>(x as Int) < 42
|
||||
}
|
||||
Reference in New Issue
Block a user