Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
SpacesAroundUnaryOperations.after.inv.kt
blob: 2888c58311a4cd5bedd91574676285695e06a0a4 [
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