RmoveUnnecessaryParenthesesIntention

This commit is contained in:
Wojciech Lopata
2013-04-04 13:36:33 +02:00
parent 3e76fc2902
commit cd0e1b7508
32 changed files with 299 additions and 5 deletions
@@ -0,0 +1,4 @@
// IS_APPLICABLE: false
fun foo(x: Int) : Any {
return <caret>(x as Int) < 42
}