default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// ClassObjectField
|
||||
|
||||
class ClassObjectField {
|
||||
default object {
|
||||
companion object {
|
||||
val x: String? = ""
|
||||
private val y: String? = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user