We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b5af1 commit df36119Copy full SHA for df36119
1 file changed
src/main/cdrv/ArrayTest.cdrv
@@ -1,4 +1,4 @@
1
-unit share get {
+unit sample get {
2
cdrv.Math
3
}
4
@@ -29,4 +29,4 @@ share ArrayTest {
29
int[] single = [42]
30
output "Single element: " + single[0]
31
32
-}
+}
0 commit comments