Extract Function: Fix NPE when extracting this in object

#KT-6238 Fixed
This commit is contained in:
Alexey Sedunov
2014-11-13 19:36:14 +03:00
parent e0c842b3d8
commit d597c98445
4 changed files with 33 additions and 0 deletions
@@ -0,0 +1,9 @@
package p
// SIBLING:
object O {
val a = 1
fun test() {
<selection>this.a</selection>
}
}