[FIR] Temporary change UPPER_BOUND_VIOLATED to warning to unblock bootstrap tests

This commit is contained in:
Ivan Kochurkin
2021-08-03 22:31:27 +03:00
parent bd71fbe982
commit 5291648d39
3 changed files with 8 additions and 2 deletions
@@ -66,3 +66,9 @@ class Test8<S8 : Test7<S8, <!UPPER_BOUND_VIOLATED!>in Any<!>>>
class Class<V : Any>
typealias Alias <V1> = (Class<V1>) -> Boolean
/* TODO: Should not be errors. Uncomment after fixing of https://youtrack.jetbrains.com/issue/KT-48044
abstract class Base<T : Base<T>> {}
class DerivedOut<out O : Base<out O>> {}
class DerivedIn<in I : Base<in I>> {}*/