b5d5e42e5b
#KT-2217 fixed
20 lines
218 B
Kotlin
Vendored
20 lines
218 B
Kotlin
Vendored
fun test() {
|
|
! true
|
|
!true
|
|
int ++
|
|
int++
|
|
++ int
|
|
++int
|
|
int --
|
|
int--
|
|
-- int
|
|
--int
|
|
+ 12
|
|
+12
|
|
- 12
|
|
-12
|
|
test!!
|
|
test !!
|
|
}
|
|
|
|
// SET_TRUE: SPACE_AROUND_UNARY_OPERATOR |