[FIR-TEST] Update testdata

This commit is contained in:
Dmitriy Novozhilov
2020-08-27 12:30:00 +03:00
parent e7b5a88cbd
commit 09ed0c3e82
4 changed files with 5 additions and 5 deletions
@@ -13,7 +13,7 @@ abstract class My<T : Some> {
abstract val z: test.My.T
class Some : <!UNRESOLVED_REFERENCE!>T<!>()
class Some : <!OTHER_ERROR, UNRESOLVED_REFERENCE!>T<!>()
}
abstract class Your<T : Some> : <!OTHER_ERROR!>T<!>
abstract class Your<T : Some> : <!OTHER_ERROR!>T<!>
@@ -24,7 +24,7 @@ FILE: typeParameterVsNested.kt
public abstract val z: <ERROR TYPE REF: Type argument not defined>
public get(): <ERROR TYPE REF: Type argument not defined>
public final class Some : R|test/My.T<T>| {
public final class Some : <ERROR TYPE REF: Type parameter cannot be a super-type: T> {
public constructor(): R|test/My.Some| {
super<R|test/My.T<T>|>()
}