justinbangerter / gdscript-repl

Read Eval Print Loop for GDScript
BSD 3-Clause "New" or "Revised" License
20 stars 1 forks source link

typecast assignment with walrus operator #5

Closed justinbangerter closed 2 months ago

justinbangerter commented 2 months ago

Example

y := Sprite2D.new() Variable assigned y failed to execute: Invalid named index 'y' for base type Object

Should return

<Sprite2D#1234...>