[FIR] Fix CLI tests to prevent non-relevant errors from appearing

This commit is contained in:
vldf
2020-08-27 15:42:00 +03:00
committed by Mikhail Glukhikh
parent 6c2ece9a6e
commit 6a15e0410f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
fun foo() {
fun foo(p: Int) {
val i: Int = 1
foo(i)
}
+2 -1
View File
@@ -1,3 +1,4 @@
fun foo() {
fun foo(p: String) {
val s = "Say 'Hi!' to extended checkers"
foo(s)
}