mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated module visibility import visibility. Fixes to @local
This commit is contained in:
@@ -15,7 +15,7 @@ fn int Bar.get2(Bar* f) => f.x;
|
||||
fn int Bar.get3(Bar* f) @local => f.x;
|
||||
|
||||
module abc;
|
||||
import private test;
|
||||
import test @public;
|
||||
|
||||
struct Bar
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user