SmartPointers in Introduce Variable refactoring

It's often case, when psi can die after reparse, especially after
reformatting cases, SmartPointers are opposite to it, can survive

#KT-32601 Fixed
This commit is contained in:
Alexander Podkhalyuzin
2019-07-14 13:44:44 +03:00
parent aa604d0854
commit ddd25c703a
4 changed files with 30 additions and 15 deletions
@@ -0,0 +1,4 @@
fun foo() {
val z = <selection>123</selection>
val x: (Int) -> Int = { 123}
}