[FIR] Remove COMPARE_WITH_LIGHT_TREE from default directives of fir diagnostic tests
This commit is contained in:
committed by
teamcityserver
parent
f7aabf03f8
commit
3fc7e0ed03
+2
-1
@@ -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")!>)<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user