Format spaces in infix call (KT-12018)
#KT-12018 Fixed
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ fun test() {
|
||||
}
|
||||
|
||||
private fun __dummyTestFun__(`0`: Int) {
|
||||
`0`plus 1
|
||||
`0` plus 1
|
||||
}
|
||||
Reference in New Issue
Block a user