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