Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/anonymous
pyos 86b28b95ca JVM: keep call site markers when inlining lambdas into objects
A follow-up for KT-35006:

    fun f() = foo {
        bar()
    }
    inline fun foo(crossinline x: () -> Unit) = { x() }()
    inline fun bar() = TODO()

does not provide the option to navigate to bar's call site at all.
2020-05-19 18:33:27 +02:00
..
2019-10-08 17:19:41 +02:00
2019-10-31 11:13:44 +03:00
2019-10-31 11:13:44 +03:00