mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Companion objects have public visibility by default
#KT-7114 Fixed
This commit is contained in:
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
internal interface TheTrait {
|
||||
|
||||
internal companion object Companion {
|
||||
public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user