mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text Old syntax is used in builtins and project code for now
This commit is contained in:
@@ -7,7 +7,7 @@ annotation class testAnnotation
|
||||
|
||||
class A {
|
||||
|
||||
class object {
|
||||
default object {
|
||||
val b: String = "OK"
|
||||
|
||||
platformStatic testAnnotation fun test1() = b
|
||||
|
||||
Reference in New Issue
Block a user