fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
Vendored
+3
-3
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
package d {
|
||||
internal fun bar(): kotlin.Unit
|
||||
internal fun doSmth1(/*0*/ f: () -> kotlin.Unit): kotlin.Unit
|
||||
internal fun doSmth1(/*0*/ g: (kotlin.Int) -> kotlin.Unit): kotlin.Unit
|
||||
public fun bar(): kotlin.Unit
|
||||
public fun doSmth1(/*0*/ f: () -> kotlin.Unit): kotlin.Unit
|
||||
public fun doSmth1(/*0*/ g: (kotlin.Int) -> kotlin.Unit): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user