Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
lambdas
/
anonymousFunction.kt
blob: 4fb2bd03162bf6e207ba53536dd90a4d2783f481 [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
// WITH_STDLIB
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
val anonymous
=
fun
()
{
println
()
}