default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -7,7 +7,7 @@ internal final annotation class Anno : kotlin.Annotation {
|
||||
internal final class Class {
|
||||
/*primary*/ public constructor Class()
|
||||
|
||||
test.Anno() internal default object Default {
|
||||
/*primary*/ private constructor Default()
|
||||
test.Anno() internal companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user