✓
Passing This code compiles and runs correctly.
Code
// Test: Import without quotes around path
// GOOD: Frontend catches with clear error about $ alias
~import foo
Expected Output
error[PARSE003]: import paths must start with $ alias (e.g., '$std/io', '$src/helper') - define aliases in koru.json
--> tests/regression/500_INTEGRATION_TESTING/510_NEGATIVE_TESTS/510_051_import_without_quotes/input.kz:5:1
|
5 | ~import foo
| ^
Test Configuration
Expected Behavior:
FRONTEND_COMPILE_ERROR