Move on Aptos v1.39.0
Changes
let x = 1;
x += 1;
- Move 2.1: add loop labels support (#222),
'label: loop {
break 'label
}
-
Add inlay type hints for lambda expressions, add
Ctrl+Click
go-to-definition support for type hints (#218), -
Parameter Info now correctly works with receiver-style method calls, inferring types using the receiver type,
-
Fix loop invariants parsing in some cases (#214),
-
Update bundled Aptos-CLI to 4.2.6