Closed uucidl closed 6 years ago
import .module {PairOfInts} func test_import_types() { // This triggers: // bugs/import_types.ion(5): error: Expected token ;, got . // a : module.PairOfInts; a : PairOfInts; // this works #assert(module.PairOfInts_equals(a, a)); }
Has been fixed with a1feab813fadf63e7a7bb6275683617d0c77bced