Deprecates naked CALL subqueries and the Importing WITH clause. CALL subqueries must now be scoped e.g CALL (a, b) { ... }. Added a scope clause for importing variables into CALL subqueries e.g CALL (a, b) { ... }. This replaces the Importing WITH. Added the GQL conformantTIME ...
KT-59679 K2: Investigate extracting uncompleted candidates from blocks KT-68401 K2: "IllegalAccessError: failed to access class" caused by package private super Java type, when inferencing a common super type of if or when branches on JVM KT-68806 K/Wasm RuntimeError: unreachable on Sequence::...