017 scope label loop

○ Planned This feature is planned but not yet implemented.

Auto-dispose for obligations in @loop branches not implemented

Failure Output

error[KORU100]: unused binding 'f'
  --> tests/regression/300_ADVANCED_FEATURES/330_PHANTOM_TYPES/330_017_scope_label_loop/input.kz:33:4
    |
 33 |     | opened f |> @loop(count: n.count)  // Auto-close f before @loop
    |    ^
  hint: remove the binding if not needed

Code

input.kz

Expected output

Opening file
Closing file
Opening file
Closing file
Opening file
Closing file

Imported Files

fs.kz

Test Configuration

MUST_RUN