default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -3,7 +3,7 @@ trait Bar {
|
||||
}
|
||||
|
||||
class A {
|
||||
default object : Bar
|
||||
companion object : Bar
|
||||
}
|
||||
|
||||
fun test() {
|
||||
|
||||
Reference in New Issue
Block a user