ddd25c703a
It's often case, when psi can die after reparse, especially after reformatting cases, SmartPointers are opposite to it, can survive #KT-32601 Fixed
4 lines
85 B
Kotlin
Vendored
4 lines
85 B
Kotlin
Vendored
fun foo() {
|
|
val z = <selection>123</selection>
|
|
val x: (Int) -> Int = { 123}
|
|
} |