[PSI2IR] Sync start and end offsets on PSI and FIR for an implicit return inside lambdas
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// JVM_ABI_K1_K2_DIFF: KT-62464
|
||||
|
||||
fun foo(block: () -> String): String = block()
|
||||
inline fun bar(crossinline f: () -> String) = foo { f() }
|
||||
|
||||
Reference in New Issue
Block a user