009 dir import dotted

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

error[KORU010]: '_' is only legal as the sole body of a branch handler
  --> tests/regression/100_MODULE_SYSTEM/110_IMPORTS/110_009_dir_import_dotted/input.kz:14:0
    |
 14 | 
    | ^
  hint: '_' has meaning only as `| branch [binding] |> _`. Chaining `|> _` after another step is meaningless — drop the `|> _`.

Code

input.kz

Expected output

render 1024x768
clear z-buffer
draw sprite at 100,200
load texture sprite.png

Imported Files

lib/raylib/graphics.kz

Test Configuration

MUST_RUN