default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -2,7 +2,7 @@ enum class E {
|
||||
FIRST
|
||||
|
||||
SECOND {
|
||||
<!DEFAULT_OBJECT_NOT_ALLOWED!>default<!> object {
|
||||
<!COMPANION_OBJECT_NOT_ALLOWED!>companion<!> object {
|
||||
fun foo() = 42
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user