default -> companion: replace all mentions of default and default object
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package test
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
[platformStatic] val b: String = "OK"
|
||||
|
||||
var A.c: String
|
||||
|
||||
Reference in New Issue
Block a user