default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -3,7 +3,7 @@ class S {
|
||||
return true
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
fun sI(): Int {
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user