[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
fun convert(vararg paths: String): Array<String> = paths.toList().toTypedArray()
|
||||
|
||||
convert("1", "2", "3")
|
||||
}
|
||||
Reference in New Issue
Block a user