mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
val i1 = 1
|
||||
val i2 = 2
|
||||
}
|
||||
}
|
||||
|
||||
class B {
|
||||
default object Named {
|
||||
companion object Named {
|
||||
val i1 = 3
|
||||
val i2 = 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user