59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
14 lines
186 B
Kotlin
14 lines
186 B
Kotlin
class A {
|
|
val x: Int = 42
|
|
|
|
fun foo(): String = ""
|
|
|
|
default object {
|
|
val y: Any? = 239
|
|
|
|
fun bar(): String = ""
|
|
}
|
|
}
|
|
|
|
fun baz(): String = ""
|