Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
SpacesAroundUnaryOperations.kt
blob: 6b37c0db4805ec2bee68f4c28a94d06bbd7b6e84 [
file
] [
log
] [
blame
]
fun test
()
{
!
true
!
true
int
++
int
++
++
int
++
int
int
--
int
--
--
int
--
int
+
12
+
12
-
12
-
12
test
!!
test
!!
}
// SET_TRUE: SPACE_AROUND_UNARY_OPERATOR