We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f17a5 commit 4dfd6beCopy full SHA for 4dfd6be
tests/error/struct_missing_polymorph/main.adept
@@ -0,0 +1,6 @@
1
+
2
+pragma => adept("3.0")
3
4
+struct Vector (items ptr<$T>, length ulonglong, capacity ulonglong)
5
6
+func main {}
0 commit comments