diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-21 14:58:33 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-21 14:58:33 -0400 |
| commit | 3590bf34071bfdfe4d18bb8b32e4c88869bc5f7b (patch) | |
| tree | 57416b6d0a2f0dafa2b9ea7f56f1452ea1fdbf6e /test/use_import.tm | |
| parent | 3f10460a6e04f014d3fe7a911f6afa844f975585 (diff) | |
Better imports for types
Diffstat (limited to 'test/use_import.tm')
| -rw-r--r-- | test/use_import.tm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/use_import.tm b/test/use_import.tm new file mode 100644 index 00000000..fb5f71e9 --- /dev/null +++ b/test/use_import.tm @@ -0,0 +1,7 @@ +struct ImportedType(name:Text) + +func get_value()->ImportedType + return ImportedType("Hello") + +func main() + pass |
