mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -7,8 +7,8 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
internal final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
internal default object Default {
|
||||
/*primary*/ private constructor Default()
|
||||
internal companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
test.Anno() internal final class Nested {
|
||||
/*primary*/ public constructor Nested()
|
||||
|
||||
Reference in New Issue
Block a user