fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+4
-4
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
|
||||
+2
-2
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user