59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
11 lines
216 B
Kotlin
11 lines
216 B
Kotlin
class Test {
|
|
default object {
|
|
fun test(<!UNUSED_PARAMETER!>t<!>: TestInner) = 42
|
|
}
|
|
|
|
class TestStatic {
|
|
fun test(<!UNUSED_PARAMETER!>t<!>: TestInner) = 42
|
|
}
|
|
|
|
inner class TestInner
|
|
} |