Pseudocode: Bind nondeterministic jump caused by local declaration to declaration iself instead of its parent element
#KT-6261 Fixed #KT-6416 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test(): Int {
|
||||
<selection>val j = 1
|
||||
fun local() = 1
|
||||
return local()</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user