Added the opaque keyword

This commit is contained in:
2022-10-03 21:32:09 +01:00
parent 8ce7dd0d95
commit bd4ab2aa04
5 changed files with 10 additions and 3 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
//test the opaque data type works
var o = produce();
var o: opaque = produce();
consume(o);