Add anonymousObjectOriginName/lambdaClassOriginName to kotlinx-metadata
#KT-21320 #KT-23198
This commit is contained in:
@@ -5,6 +5,11 @@ inline fun a() {}
|
||||
|
||||
inline fun b() {}
|
||||
|
||||
inline fun c() {}
|
||||
inline fun c(crossinline f: () -> Unit) {
|
||||
object { init { f() }}
|
||||
{ f() }
|
||||
}
|
||||
|
||||
inline fun d() {}
|
||||
inline fun d() {
|
||||
c {}
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public inline fun a(): kotlin.Unit
|
||||
public inline fun b(): kotlin.Unit
|
||||
public inline fun c(): kotlin.Unit
|
||||
public inline fun c(/*0*/ crossinline f: () -> kotlin.Unit): kotlin.Unit
|
||||
public inline fun d(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user