[FIR-TEST] Update testdata
This commit is contained in:
@@ -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>|>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user