Formatter test is generated now
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun test(some: (Int) -> Int) {
|
||||
}
|
||||
|
||||
fun foo() = test() {
|
||||
if (true) {
|
||||
0
|
||||
} else {
|
||||
1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user