Regenerate test data with constructed descriptors for diagnostics tests

This commit is contained in:
Nikolay Krasko
2014-09-16 15:25:22 +04:00
parent de61456725
commit e796f88b38
1579 changed files with 68596 additions and 0 deletions
@@ -0,0 +1,3 @@
package
internal fun ff(): kotlin.Unit
@@ -0,0 +1,6 @@
package
internal fun b(): kotlin.Boolean
internal fun foo1(): [ERROR : Error function type]
internal fun foo2(): [ERROR : Error function type]
internal fun foo3(): kotlin.Int
@@ -0,0 +1,4 @@
package
internal fun foo(/*0*/ x: kotlin.Unit): kotlin.Unit
internal fun test(): kotlin.Unit
@@ -0,0 +1,20 @@
package
internal fun test(/*0*/ c: Coll?): kotlin.Unit
internal final class Coll {
public constructor Coll()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
internal final fun iterator(): It
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
internal final class It {
public constructor It()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
internal final fun hasNext(): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
internal final fun next(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
@@ -0,0 +1,20 @@
package
internal fun test(): kotlin.Unit
internal final class Coll {
public constructor Coll()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
internal final fun iterator(): It?
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
internal final class It {
public constructor It()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
internal final fun hasNext(): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
internal final fun next(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
@@ -0,0 +1,5 @@
package
internal fun call(/*0*/ f: () -> kotlin.Unit): kotlin.Unit
internal fun f1(): kotlin.Unit
internal fun f2(): kotlin.Unit
@@ -0,0 +1,5 @@
package
package kt1075 {
internal fun foo(/*0*/ b: kotlin.String): kotlin.Unit
}
@@ -0,0 +1,5 @@
package
package f {
internal fun test(/*0*/ a: kotlin.Boolean, /*1*/ b: kotlin.Boolean): kotlin.Int
}
@@ -0,0 +1,14 @@
package
package kt657 {
internal fun cond1(): kotlin.Boolean
internal fun cond2(): kotlin.Boolean
internal fun foo(): kotlin.Int
internal final class Pair</*0*/ A, /*1*/ B> {
public constructor Pair</*0*/ A, /*1*/ B>(/*0*/ a: A, /*1*/ b: B)
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
}
}
@@ -0,0 +1,16 @@
package
package kt770_351_735 {
internal val w: [ERROR : Type for while (true) {}]
internal fun bar(/*0*/ a: kotlin.Unit): kotlin.Unit
internal fun box(): kotlin.Int
internal fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit
internal fun foo(): kotlin.Unit
internal fun main(/*0*/ args: kotlin.Array<kotlin.String>): kotlin.Unit
internal fun test1(): kotlin.Unit
internal fun test2(): kotlin.Unit
internal fun testCoercionToUnit(): kotlin.Unit
internal fun testImplicitCoercion(): kotlin.Unit
internal fun testStatementInExpressionContext(): kotlin.Unit
internal fun testStatementInExpressionContext2(): kotlin.Unit
}
@@ -0,0 +1,7 @@
package
package kt786 {
internal fun bar(): kotlin.Int
internal fun fff(): kotlin.Int
internal fun foo(): kotlin.Int
}
@@ -0,0 +1,10 @@
package
package kt799 {
internal val a: kotlin.Nothing
internal val b: [ERROR : Return not allowed]
internal val c: kotlin.Unit
internal fun doSmth(/*0*/ i: kotlin.Int): kotlin.Unit
internal fun f(/*0*/ mi: kotlin.Int = ...): kotlin.Unit
internal fun test(): kotlin.Unit
}
@@ -0,0 +1,7 @@
package
package a {
internal fun bar(): kotlin.Int
internal fun doSmth(): kotlin.Unit
internal fun foo(): kotlin.Int
}
@@ -0,0 +1,3 @@
package
internal fun f(): kotlin.Unit
@@ -0,0 +1,3 @@
package
internal fun f(): kotlin.Unit
@@ -0,0 +1,17 @@
package
package kt234_kt973 {
internal fun foo3(/*0*/ x: kotlin.Int): kotlin.Int
internal fun foo4(/*0*/ x: kotlin.Int): kotlin.Int
internal fun t1(/*0*/ x: kotlin.Int): kotlin.Int
internal fun t5(/*0*/ x: kotlin.Int): kotlin.Int
internal fun test(/*0*/ t: kt234_kt973.Pair<kotlin.Int, kotlin.Int>): kotlin.Int
internal fun test1(/*0*/ t: kt234_kt973.Pair<kotlin.Int, kotlin.Int>): kotlin.Int
internal final class Pair</*0*/ A, /*1*/ B> {
public constructor Pair</*0*/ A, /*1*/ B>(/*0*/ a: A, /*1*/ b: B)
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
}
}