default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -7,5 +7,5 @@ trait T {
|
||||
class A : T {
|
||||
override fun foo(): Int = 42
|
||||
|
||||
default object : T by A()
|
||||
companion object : T by A()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user