Diagnostics test data fixed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package boundsWithSubstitutors {
|
||||
// FILE: a.kt
|
||||
package boundsWithSubstitutors
|
||||
open class A<T>
|
||||
class B<X : A<X>>()
|
||||
|
||||
@@ -13,8 +14,7 @@ package boundsWithSubstitutors {
|
||||
val b0 = X<Any, <!UPPER_BOUND_VIOLATED!>Any?<!>>
|
||||
val b1 = X<Any, X<A<C>, <!UPPER_BOUND_VIOLATED!>String<!>>>
|
||||
|
||||
}
|
||||
|
||||
// FILE: b.kt
|
||||
open class A {}
|
||||
open class B<T : A>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user