fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
internal fun f(): [ERROR : Error function type]
|
||||
public fun f(): [ERROR : Error function type]
|
||||
|
||||
internal final enum class E : kotlin.Enum<E> {
|
||||
public final enum class E : kotlin.Enum<E> {
|
||||
enum entry FIRST
|
||||
|
||||
enum entry SECOND
|
||||
|
||||
Reference in New Issue
Block a user