[FIR] Remove COMPARE_WITH_LIGHT_TREE from default directives of fir diagnostic tests

This commit is contained in:
Dmitriy Novozhilov
2021-05-20 17:43:36 +03:00
committed by teamcityserver
parent f7aabf03f8
commit 3fc7e0ed03
25 changed files with 32 additions and 12 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
// COMPARE_WITH_LIGHT_TREE
fun Any.foo1() : (i : Int) -> Unit {
return {}
}
fun test(a : Any) {
a.foo1()(<!NO_VALUE_FOR_PARAMETER("i")!>)<!>
}
}