multiple resources partial cleanup

✗ Failing This test is currently failing.

Failed: config-error

Failure Output

error[PARSE003]: single continuation branch 'opened' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> <type>`
  --> /Users/larsde/src/koru/tests/regression/300_ADVANCED_FEATURES/330_PHANTOM_TYPES/521_multiple_resources_partial_cleanup/fs.kz:4:1
    |
  4 | ~pub tor open-two { path1: string, path2: string }
    | ^

Code

input.kz

Flows

flow ~open-two click a branch to expand · @labels scroll to their anchor
open-two (path1: "test1.txt", path2: "test2.txt")

Imported Files

fs.kz