fix tests in org.jetbrains.kotlin.checkers

This commit is contained in:
Michael Nedzelsky
2015-09-03 15:25:57 +03:00
parent a3f22939f1
commit bc5c9065d2
2821 changed files with 12932 additions and 12960 deletions
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B<kotlin.String>?): kotlin.Unit
public fun test(/*0*/ b: p.B<kotlin.String>?): kotlin.Unit
package p {
@@ -53,7 +53,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B<p.Tr>?): kotlin.Unit
public fun test(/*0*/ b: p.B<p.Tr>?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun </*0*/ Y, /*1*/ Z> test(/*0*/ b: p.B<Y, Z>?): kotlin.Unit
public fun </*0*/ Y, /*1*/ Z> test(/*0*/ b: p.B<Y, Z>?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun </*0*/ Y> test(/*0*/ b: p.B<Y>?, /*1*/ y: Y): kotlin.Unit
public fun </*0*/ Y> test(/*0*/ b: p.B<Y>?, /*1*/ y: Y): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B<kotlin.String>?): kotlin.Unit
public fun test(/*0*/ b: p.B<kotlin.String>?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?, /*1*/ c: p.C): kotlin.Unit
public fun test(/*0*/ b: p.B?, /*1*/ c: p.C): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -90,7 +90,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -48,7 +48,7 @@ package p {
// -- Module: <m4> --
package
internal fun p.B.test(): kotlin.Unit
public fun p.B.test(): kotlin.Unit
package p {
@@ -47,8 +47,8 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
internal fun test1(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -53,7 +53,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,10 +47,10 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
internal fun test1(/*0*/ b: p.B?): kotlin.Unit
internal fun test2(/*0*/ b: p.B?): kotlin.Unit
internal fun test3(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
public fun test2(/*0*/ b: p.B?): kotlin.Unit
public fun test3(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,8 +47,8 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
internal fun test1(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -63,8 +63,8 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
internal fun test1(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,8 +47,8 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
internal fun test1(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test1(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -48,7 +48,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -90,7 +90,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?, /*1*/ a: p.G1<kotlin.Int>, /*2*/ b1: p.G2<p.B, kotlin.String>): kotlin.Unit
public fun test(/*0*/ b: p.B?, /*1*/ a: p.G1<kotlin.Int>, /*2*/ b1: p.G2<p.B, kotlin.String>): kotlin.Unit
package p {
@@ -54,7 +54,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {
@@ -47,7 +47,7 @@ package p {
// -- Module: <m4> --
package
internal fun test(/*0*/ b: p.B?): kotlin.Unit
public fun test(/*0*/ b: p.B?): kotlin.Unit
package p {