fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -5,7 +5,7 @@ public open class Base {
|
||||
public/*package*/ open fun foo(): kotlin.Unit
|
||||
}
|
||||
|
||||
internal final class Derived : test.Base {
|
||||
public final class Derived : test.Base {
|
||||
public constructor Derived()
|
||||
internal open override /*1*/ fun foo(): kotlin.Unit
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ public open class Base {
|
||||
protected/*protected and package*/ open fun foo(): kotlin.Unit
|
||||
}
|
||||
|
||||
internal final class Derived : test.Base {
|
||||
public final class Derived : test.Base {
|
||||
public constructor Derived()
|
||||
protected open override /*1*/ fun foo(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user