mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// TraitClassObjectField
|
||||
|
||||
trait TraitClassObjectField {
|
||||
default object {
|
||||
companion object {
|
||||
val x: String? = ""
|
||||
private val y: String? = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user