KT-2217 Formatter fails to format unary minus
#KT-2217 fixed
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
fun test() {
|
||||
! true
|
||||
!true
|
||||
int ++
|
||||
int++
|
||||
++ int
|
||||
++int
|
||||
int --
|
||||
int--
|
||||
-- int
|
||||
--int
|
||||
+ 12
|
||||
+12
|
||||
- 12
|
||||
-12
|
||||
test!!
|
||||
test !!
|
||||
}
|
||||
|
||||
// SET_TRUE: SPACE_AROUND_UNARY_OPERATOR
|
||||
Reference in New Issue
Block a user