[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// !CHECK_TYPE
|
||||
|
||||
fun foo(x: Number): Boolean {
|
||||
val result = (x as Int) in 1..5
|
||||
checkSubtype<Int>(x)
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user