Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
lambdas
/
samAdapter.kt.txt
blob: 59692529c69caedf64ee0344ee8961c6fc40eb00 [
file
] [
log
] [
blame
]
fun test1() {
val hello: Runnable = local fun <anonymous>() {
println(message = "Hello, world!")
}
/*-> Runnable */
hello.run()
}