Partial body resolve works for property accessor body
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
val prop: Int = run {
|
||||
print("a")
|
||||
val v = 1
|
||||
<caret>v
|
||||
1
|
||||
}
|
||||
Reference in New Issue
Block a user