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:
+6
@@ -0,0 +1,6 @@
|
||||
fun test1(): Int {
|
||||
<selection>val foo = 1
|
||||
fun bar() = 2
|
||||
|
||||
return 3</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user