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