Get rid of 'class object' usages in code and builtins
Replace some comments and library usages as well
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun main(args: Array<String>) {
|
||||
// class object usages
|
||||
// companion object usages
|
||||
Foo.f()
|
||||
val x = Foo
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fun main(args: Array<String>) {
|
||||
// class object usages
|
||||
// companion object usages
|
||||
Foo.f()
|
||||
val x = Foo
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fun main(args: Array<String>) {
|
||||
// class object usages
|
||||
// companion object usages
|
||||
Foo.f()
|
||||
val x = Foo
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fun main(args: Array<String>) {
|
||||
// class object usages
|
||||
// companion object usages
|
||||
Foo.f()
|
||||
val x = Foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user