fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
Vendored
+4
-4
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
internal fun b(): kotlin.Boolean
|
||||
internal fun foo1(): [ERROR : Error function type]
|
||||
internal fun foo2(): [ERROR : Error function type]
|
||||
internal fun foo3(): kotlin.Int
|
||||
public fun b(): kotlin.Boolean
|
||||
public fun foo1(): [ERROR : Error function type]
|
||||
public fun foo2(): [ERROR : Error function type]
|
||||
public fun foo3(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user