mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
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
|
||||
}
|
||||
|
||||
@@ -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