6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun test() {
|
|
Foo.Bar().bar(Foo <caret>{
|
|
true
|
|
})
|
|
} |