[Yunq] Add ability to namespace declarations using "package".
This commit is contained in:
parent
9fdd670a23
commit
f1e09b2ae6
15 changed files with 153 additions and 10 deletions
|
|
@ -1,3 +1,5 @@
|
|||
package srv.file;
|
||||
|
||||
interface VFS {
|
||||
method open (OpenFileRequest) -> (File);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue