mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
internal interface Bbb {
|
||||
public interface Bbb {
|
||||
}
|
||||
|
||||
internal final class ClassObjectextendsTrait {
|
||||
public final class ClassObjectextendsTrait {
|
||||
/*primary*/ public constructor ClassObjectextendsTrait()
|
||||
|
||||
public companion object Companion : test.Bbb {
|
||||
|
||||
Reference in New Issue
Block a user