warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features compiler/testData/cli/jvm/conflictingProjection.kt:10:19: error: projection is conflicting with variance of the corresponding type parameter of 'Out'. Remove the projection or replace it with '*' fun a8(value: Out) {} ^ compiler/testData/cli/jvm/conflictingProjection.kt:17:15: error: variance annotations are only allowed for type parameters of classes and interfaces typealias A13 = In ^ compiler/testData/cli/jvm/conflictingProjection.kt:18:15: error: variance annotations are only allowed for type parameters of classes and interfaces typealias A14 = In ^ compiler/testData/cli/jvm/conflictingProjection.kt:19:15: error: variance annotations are only allowed for type parameters of classes and interfaces typealias A15 = In ^ compiler/testData/cli/jvm/conflictingProjection.kt:19:26: error: projection is conflicting with variance of the corresponding type parameter of 'In'. Remove the projection or replace it with '*' typealias A15 = In ^ COMPILATION_ERROR