10 lines
445 B
Plaintext
Vendored
10 lines
445 B
Plaintext
Vendored
FILE: varargOfLambdasWithReceiver.kt
|
|
public final fun runLambdas(vararg values: R|kotlin/Array<out @ExtensionFunctionType kotlin/Function1<kotlin/String, kotlin/Unit>>|): R|kotlin/Unit| {
|
|
}
|
|
public final fun test(): R|kotlin/Unit| {
|
|
R|/runLambdas|(vararg(runLambdas@fun R|kotlin/String|.<anonymous>(): R|kotlin/Unit| <inline=Unknown> {
|
|
this@R|special/anonymous|.R|kotlin/String.length|
|
|
}
|
|
))
|
|
}
|