fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
internal interface A {
|
||||
internal open fun f(): kotlin.String
|
||||
public interface A {
|
||||
public open fun f(): kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user