[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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