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
+2
-2
@@ -1,4 +1,4 @@
|
||||
inline operator fun <reified T> Int.invoke() = this
|
||||
|
||||
val a2 = 1()
|
||||
val a3 = 1.invoke()
|
||||
val a2 = <!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>1()<!>
|
||||
val a3 = 1.<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>invoke<!>()
|
||||
|
||||
Reference in New Issue
Block a user