[FE 1.0] Update test data with new error type representation

This commit is contained in:
Victor Petukhov
2022-03-17 13:34:01 +04:00
committed by teamcity
parent b5933c70e2
commit 27fa632630
285 changed files with 777 additions and 744 deletions
@@ -43,12 +43,12 @@ public interface Test</*0*/ in I, /*1*/ out O, /*2*/ P> {
public abstract fun neOk12(/*0*/ i: Inv<out O>): kotlin.Unit
public abstract fun neOk2(/*0*/ i: In<I>): kotlin.Unit
public abstract fun neOk3(/*0*/ i: In<In<O>>): kotlin.Unit
public abstract fun neOk30(/*0*/ i: [ERROR : Pair]<O>): kotlin.Unit
public abstract fun neOk31(/*0*/ i: Pair<O, [ERROR : Inv]>): kotlin.Unit
public abstract fun neOk32(/*0*/ i: [ERROR : Inv]): kotlin.Unit
public abstract fun neOk33(/*0*/ i: Inv<[ERROR : No type element]>): kotlin.Unit
public abstract fun neOk34(/*0*/ i: Inv<[ERROR : C]>): kotlin.Unit
public abstract fun neOk35(/*0*/ i: [ERROR : Inv]<P, P>): kotlin.Unit
public abstract fun neOk30(/*0*/ i: [Error type: Type for error type constructor (Pair)]<O>): kotlin.Unit
public abstract fun neOk31(/*0*/ i: Pair<O, [Error type: Type for error type constructor (Inv)]>): kotlin.Unit
public abstract fun neOk32(/*0*/ i: [Error type: Type for error type constructor (Inv)]): kotlin.Unit
public abstract fun neOk33(/*0*/ i: Inv<[Error type: No type specified for unknown element]>): kotlin.Unit
public abstract fun neOk34(/*0*/ i: Inv<[Error type: Unresolved type for C]>): kotlin.Unit
public abstract fun neOk35(/*0*/ i: [Error type: Type for error type constructor (Inv)]<P, P>): kotlin.Unit
public abstract fun neOk4(/*0*/ i: Inv<I>): kotlin.Unit
public abstract fun neOk5(/*0*/ i: Inv<O>): kotlin.Unit
public abstract fun neOk6(/*0*/ i: In<In<O>>): kotlin.Unit
@@ -40,12 +40,12 @@ public interface Test</*0*/ in I, /*1*/ out O, /*2*/ P> {
public abstract var neOk22: Inv<out O>
public abstract var neOk23: Inv<out I>
public abstract var neOk3: In<In<O>>
public abstract var neOk30: [ERROR : Pair]<I>
public abstract var neOk31: Pair<I, [ERROR : Inv]>
public abstract var neOk32: [ERROR : Inv]
public abstract var neOk33: Inv<[ERROR : No type element]>
public abstract var neOk34: Inv<[ERROR : C]>
public abstract var neOk35: [ERROR : Inv]<P, P>
public abstract var neOk30: [Error type: Type for error type constructor (Pair)]<I>
public abstract var neOk31: Pair<I, [Error type: Type for error type constructor (Inv)]>
public abstract var neOk32: [Error type: Type for error type constructor (Inv)]
public abstract var neOk33: Inv<[Error type: No type specified for unknown element]>
public abstract var neOk34: Inv<[Error type: Unresolved type for C]>
public abstract var neOk35: [Error type: Type for error type constructor (Inv)]<P, P>
public abstract var neOk4: Inv<I>
public abstract var neOk5: Inv<O>
public abstract var neOk6: In<In<O>>
@@ -32,12 +32,12 @@ public interface Test</*0*/ in I, /*1*/ out O, /*2*/ P> {
public abstract fun neOk11(): Inv<out I>
public abstract fun neOk2(): In<O>
public abstract fun neOk3(): In<In<I>>
public abstract fun neOk30(): [ERROR : Pair]<I>
public abstract fun neOk31(): Pair<I, [ERROR : Inv]>
public abstract fun neOk32(): [ERROR : Inv]
public abstract fun neOk33(): Inv<[ERROR : No type element]>
public abstract fun neOk34(): Inv<[ERROR : C]>
public abstract fun neOk35(): [ERROR : Inv]<P, P>
public abstract fun neOk30(): [Error type: Type for error type constructor (Pair)]<I>
public abstract fun neOk31(): Pair<I, [Error type: Type for error type constructor (Inv)]>
public abstract fun neOk32(): [Error type: Type for error type constructor (Inv)]
public abstract fun neOk33(): Inv<[Error type: No type specified for unknown element]>
public abstract fun neOk34(): Inv<[Error type: Unresolved type for C]>
public abstract fun neOk35(): [Error type: Type for error type constructor (Inv)]<P, P>
public abstract fun neOk4(): Inv<I>
public abstract fun neOk5(): Inv<O>
public abstract fun neOk6(): Pair<In<O>, I>
+1 -1
View File
@@ -1,7 +1,7 @@
package
public interface ComputablePath</*0*/ NumberType : kotlin.Number, /*1*/ PointType, /*2*/ out SegmentType> {
public abstract fun anyTwoSegments(/*0*/ comparator: EachSegmentComparator<[ERROR : ComputableSegment<NumberType, PointType>]<NumberType, PointType>> /* = ([ERROR : ComputableSegment<NumberType, PointType>]<NumberType, PointType>, [ERROR : ComputableSegment<NumberType, PointType>]<NumberType, PointType>, relationship: kotlin.Int) -> kotlin.Boolean */): kotlin.Boolean
public abstract fun anyTwoSegments(/*0*/ comparator: EachSegmentComparator<[Error type: Unresolved type for ComputableSegment<NumberType, PointType>]<NumberType, PointType>> /* = ([Error type: Unresolved type for ComputableSegment<NumberType, PointType>]<NumberType, PointType>, [Error type: Unresolved type for ComputableSegment<NumberType, PointType>]<NumberType, PointType>, relationship: kotlin.Int) -> kotlin.Boolean */): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String