default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import kotlin.platform.*
|
||||
|
||||
class C {
|
||||
default object {
|
||||
companion object {
|
||||
private platformStatic fun foo(): String {
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user