[Yunq] Add identifier collision checking.

This commit is contained in:
Drew Galbraith 2023-10-12 23:04:11 -07:00
parent 19f7ba44c4
commit 90d840879f
2 changed files with 24 additions and 4 deletions

View file

@ -1,4 +1,4 @@
interface File {
interface VFS {
method open (OpenFileRequest) -> (FileResponse);
}