[FIR] Implement FUNCTION_CALL_EXPECTED
This commit is contained in:
@@ -21,8 +21,8 @@ fun test(l : java.util.List<Int>) {
|
||||
|
||||
val f : java.io.File? = null
|
||||
|
||||
Collections.<!UNRESOLVED_REFERENCE!>emptyList<!>
|
||||
Collections.<!UNRESOLVED_REFERENCE!>emptyList<!><Int>
|
||||
Collections.<!FUNCTION_CALL_EXPECTED!>emptyList<!>
|
||||
Collections.<!FUNCTION_CALL_EXPECTED!>emptyList<!><<!CANNOT_INFER_PARAMETER_TYPE!>Int<!>>
|
||||
Collections.emptyList<Int>()
|
||||
Collections.<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>emptyList<!>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user