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
5 lines
75 B
Plaintext
Vendored
5 lines
75 B
Plaintext
Vendored
fun foo() {
|
|
val i = 123
|
|
val z = i
|
|
val x: (Int) -> Int = { i }
|
|
} |