We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cff68 commit 47d7267Copy full SHA for 47d7267
1 file changed
tests/promises/syntax/lhs-nested-field-gc.lsts
@@ -0,0 +1,12 @@
1
+
2
+import lib/core/bedrock.lsts;
3
4
+let xs = (1,2);
5
6
+assert( xs.first == 1 );
7
+assert( xs.second == 2 );
8
9
+xs.first = 3;
10
11
+assert( xs.first == 3 );
12
0 commit comments