mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added the opaque keyword
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
//test the opaque data type works
|
||||
|
||||
var o = produce();
|
||||
var o: opaque = produce();
|
||||
|
||||
consume(o);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user