mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
class Foo(val a: Int = 1) {}
|
||||
}
|
||||
}
|
||||
|
||||
// CLASS: A$Default$Foo
|
||||
// CLASS: A$Companion$Foo
|
||||
// HAS_DEFAULT_CONSTRUCTOR: true
|
||||
|
||||
Reference in New Issue
Block a user