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