[FE 1.0] Get rid of absolute CompatibilityOfTypeVariableAsIntersectionTypePart

This commit is contained in:
Victor Petukhov
2022-04-05 20:29:31 +03:00
committed by teamcity
parent 47d6236a2d
commit c71ae4301c
3 changed files with 1 additions and 23 deletions
@@ -11,7 +11,7 @@ object Scope {
fun <T : Comparable<T>, S : T> greater(x: Bar<in S>, t: T) {}
fun test(b: Bar<Long>) {
<!DEBUG_INFO_CALL("fqName: Scope.greater; typeCall: function")!><!COMPATIBILITY_WARNING!>greater<!>(b, b)<!>
<!DEBUG_INFO_CALL("fqName: Scope.greater; typeCall: function")!>greater(b, b)<!>
}
}
}