d61ddaccb6
#KT-11994 In Progress
6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
fun test() {
|
|
fun bar(n: Int) = <caret>n
|
|
val x = (::bar)(1)
|
|
} |