[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
val x = 1
|
||||
val y = 2 as Any
|
||||
|
||||
val f = fun() = 3 as Any
|
||||
val g = {}
|
||||
val h: (String) -> Boolean = { _ -> false }
|
||||
val hError = { _ -> true }
|
||||
Reference in New Issue
Block a user