mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class A {
|
||||
default object {
|
||||
companion object {
|
||||
val r: Int = 1;
|
||||
}
|
||||
}
|
||||
// A and default object constructor call
|
||||
// A and companion object constructor call
|
||||
// 2 ALOAD 0
|
||||
Reference in New Issue
Block a user