ResolveElementCache: script can now be analyzable parent
So #KT-20096 Fixed
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
// SKIP_ERRORS_BEFORE
|
||||
// SKIP_ERRORS_AFTER
|
||||
|
||||
val (x, y) = run <caret>{
|
||||
|
||||
}
|
||||
|
||||
fun run(f: () -> Unit) = f()
|
||||
Reference in New Issue
Block a user