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