diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:07:23 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:07:23 -0400 |
| commit | 6782cc5570e194791ca6cdd695b88897e9145564 (patch) | |
| tree | a428e9d954aca251212ec1cf15bd35e0badce630 /test/use_import.tm | |
| parent | 448e805293989b06e07878a4a87fdd378f7c6e02 (diff) | |
No more colons 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 714c26b0..a56d9cbb 100644 --- a/test/use_import.tm +++ b/test/use_import.tm @@ -2,8 +2,8 @@ struct ImportedType(name:Text) needs_initializing := 999999999999999999 -func get_value(->ImportedType): +func get_value(->ImportedType) return ImportedType("Hello") -func main(): +func main() pass |
