Fix tests broken in c6fa3634

This commit is contained in:
Dmitriy Novozhilov
2021-04-26 10:19:43 +03:00
committed by TeamCityServer
parent a1c1a32515
commit 9cb740bfdb
10 changed files with 63 additions and 25 deletions
+3
View File
@@ -1,3 +1,6 @@
warning: ATTENTION!
This build uses in-dev FIR:
-Xuse-fir
compiler/testData/cli/jvm/conflictingProjection.kt:10:15: error: projection is conflicting with variance of the corresponding type parameter of Out<in kotlin/Int>. Remove the projection or replace it with '*'
fun a8(value: Out<in Int>) {}
^