Formatter test is generated now
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun some(x: Any) {
|
||||
when (x) {
|
||||
is Int ->
|
||||
0
|
||||
else -> {
|
||||
1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user