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