diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-15 22:23:11 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-15 22:23:11 +0100 |
| commit | 4d2121c548492c591d3366f6a3b919b098c349d6 (patch) | |
| tree | a72bd2c1217d0ebdc7bc03f5daead0f797c19851 /src/lib.rs | |
| parent | f098c32e89626f75d83118d4d95d209299d28587 (diff) | |
| download | sylt-4d2121c548492c591d3366f6a3b919b098c349d6.tar.gz | |
allow usages of blobs before definition
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1183,4 +1183,15 @@ a := 0 a <=> -1 ", ); + test_multiple!( + declaration_order, + simple: " +a := A() + +blob A { + a: int +} +", + + ); } |
