59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
9 lines
257 B
Kotlin
9 lines
257 B
Kotlin
package test
|
|
|
|
open class ToResolve<SomeClass>(<!UNUSED_PARAMETER!>f<!> : (Int) -> Int)
|
|
fun testFun(<!UNUSED_PARAMETER!>a<!> : Int) = 12
|
|
|
|
class TestSome<P> {
|
|
default object : ToResolve<<!INACCESSIBLE_OUTER_CLASS_EXPRESSION!>P<!>>({testFun(it)}) {
|
|
}
|
|
} |