Get rid of 'class object' usages in code and builtins
Replace some comments and library usages as well
This commit is contained in:
@@ -19,7 +19,7 @@ package org.jetbrains.kotlin.config
|
||||
import java.util.HashMap
|
||||
|
||||
public class Services private(private val map: Map<Class<*>, Any>) {
|
||||
class object {
|
||||
companion object {
|
||||
public val EMPTY: Services = Builder().build()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user