mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -3,8 +3,8 @@ package test
|
||||
public final class Outer {
|
||||
/*primary*/ public constructor Outer()
|
||||
|
||||
public default object Default {
|
||||
/*primary*/ private constructor Default()
|
||||
public companion object Companion {
|
||||
/*primary*/ private constructor Companion()
|
||||
|
||||
public object Obj {
|
||||
/*primary*/ private constructor Obj()
|
||||
|
||||
Reference in New Issue
Block a user