mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -4,7 +4,7 @@ class ClassWithClassObject {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
default object {
|
||||
companion object {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user