[TD] Update test data after previous commit
This commit is contained in:
@@ -3,4 +3,4 @@ fun foo() = if (true) 1 else 0
|
||||
fun bar(arg: Any?) = when (arg) {
|
||||
is Int -> arg as Int
|
||||
else -> 42
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user