default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -5,7 +5,7 @@ class A {
|
||||
i = 10
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
|
||||
fun getByte(): Byte {
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user