[FIR] Fix CLI tests to prevent non-relevant errors from appearing
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
fun foo() {
|
fun foo(p: Int) {
|
||||||
val i: Int = 1
|
val i: Int = 1
|
||||||
|
foo(i)
|
||||||
}
|
}
|
||||||
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
fun foo() {
|
fun foo(p: String) {
|
||||||
val s = "Say 'Hi!' to extended checkers"
|
val s = "Say 'Hi!' to extended checkers"
|
||||||
|
foo(s)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user