default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
class C() {
|
||||
val a: Int = 1
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
val x : Int
|
||||
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class C() {
|
||||
val a: Int = 1
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
val x : Int
|
||||
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
class C() {
|
||||
val a: Int = 1
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
val x : Int
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user