dot-shorthand and more
This commit is contained in:
1
tests/expected/37-dot-shorthand.exit
Normal file
1
tests/expected/37-dot-shorthand.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
41
tests/expected/37-dot-shorthand.txt
Normal file
41
tests/expected/37-dot-shorthand.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
--- tagged enum compat ---
|
||||
T1: 3.140000
|
||||
T2: 3
|
||||
T3: 5.000000 3.000000
|
||||
T4: 2.710000
|
||||
T5: 9.500000
|
||||
T6: 4.199999
|
||||
T7a: 1.000000
|
||||
T7b: 2.000000 3.000000
|
||||
T7c: 3
|
||||
T8a: 10
|
||||
T8b: 20
|
||||
T8c: 30
|
||||
T9: 42
|
||||
T10a: 1
|
||||
T10b: 1.000000
|
||||
T10c: 9.000000
|
||||
--- struct static shorthand ---
|
||||
S1: 3.000000 4.000000
|
||||
S2: 5.000000 6.000000
|
||||
S3: 7.000000 8.000000
|
||||
S4: 0.000000 0.000000
|
||||
S4: 1.000000 0.000000
|
||||
S5: 60
|
||||
S6: 8.000000 8.000000 8.000000 8.000000
|
||||
S6: 8.000000 16.000000 8.000000 16.000000
|
||||
S6: 0.000000 12.000000 0.000000 12.000000
|
||||
S7: 7
|
||||
S8: 3.000000 4.000000
|
||||
S8q: 1.000000 2.000000
|
||||
S9: 4.000000 6.000000
|
||||
S10: 4.000000 6.000000
|
||||
--- edge cases ---
|
||||
E1: 5.000000 1.000000 2.000000
|
||||
E2: 9 1.000000 2.000000
|
||||
E3: 1
|
||||
E4: 4.000000 6.000000
|
||||
E5: 42
|
||||
E6: 1
|
||||
E7: 20.000000 10.000000
|
||||
=== DONE ===
|
||||
@@ -396,6 +396,9 @@ opt y: null
|
||||
unwrap: 10
|
||||
coalesce a: 42
|
||||
coalesce b: 99
|
||||
chained ?? c: 42
|
||||
chained ?? d: 99
|
||||
chained ?? e: 0
|
||||
if-bind x: 7
|
||||
if-bind y: none
|
||||
match some: 55
|
||||
@@ -569,10 +572,18 @@ AE2: 8
|
||||
AE3: 102
|
||||
AE4: 51
|
||||
AE5: 15
|
||||
=== Struct Constants ===
|
||||
gravity: 9.810000
|
||||
max speed: 100
|
||||
p.y: 9.810000
|
||||
=== Init Blocks ===
|
||||
IB1: 60 3
|
||||
IB2: 142 2
|
||||
IB3: 5 1
|
||||
IB4: 100
|
||||
IB5: 52
|
||||
--- struct static method shorthand ---
|
||||
SM1: 16.000000 8.000000
|
||||
SM1: 5.000000 5.000000
|
||||
SM2: 10 20
|
||||
=== DONE ===
|
||||
|
||||
Reference in New Issue
Block a user