mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Companion objects have public visibility by default
#KT-7114 Fixed
This commit is contained in:
@@ -6,7 +6,7 @@ internal interface Bbb</*0*/ P> {
|
||||
internal final class ClassObjectExtendsTraitWithTP {
|
||||
/*primary*/ public constructor ClassObjectExtendsTraitWithTP()
|
||||
|
||||
internal companion object Companion : test.Bbb<kotlin.String> {
|
||||
public companion object Companion : test.Bbb<kotlin.String> {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user