Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

Import declarations should not accept visibility modifiers #359

Closed LPeter1997 closed 5 months ago

LPeter1997 commented 7 months ago

Currently the compiler accepts public import Foo;

We should report this as an error.