fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
Vendored
+4
-4
@@ -1,11 +1,11 @@
|
||||
package
|
||||
|
||||
package first {
|
||||
internal fun bar(/*0*/ x: kotlin.Int): kotlin.Unit
|
||||
internal fun baz(): kotlin.String
|
||||
internal fun foo(): kotlin.Unit
|
||||
public fun bar(/*0*/ x: kotlin.Int): kotlin.Unit
|
||||
public fun baz(): kotlin.String
|
||||
public fun foo(): kotlin.Unit
|
||||
}
|
||||
|
||||
package other {
|
||||
internal fun main(): kotlin.Unit
|
||||
public fun main(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user