Extract Function: Fix NPE when extracting this in object
#KT-6238 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package p
|
||||
|
||||
// SIBLING:
|
||||
object O {
|
||||
val a = 1
|
||||
fun test() {
|
||||
<selection>this.a</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user