diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-28 14:58:55 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-28 14:58:55 -0400 |
| commit | 3c0a8f0b899a343f43caf9c95147b2cf77a7b525 (patch) | |
| tree | b7193a8021ef9ab57c71319ecad797bf51849025 /test/use_import.tm | |
| parent | 5910998a19aab5dab2c761aea946cfbb09a37918 (diff) | |
Syntax tweak: use ':' for blocks
Diffstat (limited to 'test/use_import.tm')
| -rw-r--r-- | test/use_import.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/use_import.tm b/test/use_import.tm index fb5f71e9..3b8e6743 100644 --- a/test/use_import.tm +++ b/test/use_import.tm @@ -1,7 +1,7 @@ struct ImportedType(name:Text) -func get_value()->ImportedType +func get_value()->ImportedType: return ImportedType("Hello") -func main() +func main(): pass |
