FIR: Adjust test data after introduction of INFERENCE_NO_INFORMATION_FOR_PARAMETER
See previous commits for details
This commit is contained in:
committed by
TeamCityServer
parent
c420957eac
commit
0aca3a3737
+1
-1
@@ -4,5 +4,5 @@ fun <T> f1(l: <!UNRESOLVED_REFERENCE!>List2<T><!>): T {throw Exception()} // ERR
|
||||
fun <T> f1(c: Collection<T>): T{throw Exception()}
|
||||
|
||||
fun <T> test(l: List<T>) {
|
||||
f1(l)
|
||||
<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>f1<!>(l)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user