fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
internal open class ModifierOpen {
|
||||
public open class ModifierOpen {
|
||||
/*primary*/ public constructor ModifierOpen()
|
||||
internal open fun abs(): kotlin.Int
|
||||
public open fun abs(): kotlin.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user