59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
15 lines
194 B
Kotlin
15 lines
194 B
Kotlin
trait A
|
|
|
|
fun A.foo(i: Int) = i
|
|
|
|
class B {
|
|
default object : A
|
|
}
|
|
|
|
fun test() {
|
|
B.foo(<caret>)
|
|
}
|
|
|
|
/*
|
|
Text: (<highlight>i: Int</highlight>), Disabled: false, Strikeout: false, Green: true
|
|
*/ |