Merge pull request #3476 from rtfeldman/i3469

Remove more builtins code
This commit is contained in:
Folkert de Vries 2022-07-10 23:06:50 +02:00 committed by GitHub
commit f1aae6f480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 119 additions and 426 deletions

View file

@ -422,7 +422,7 @@ fn test_load_and_typecheck() {
"intTest" => "I64",
"constantNum" => "Num *",
"divisionTest" => "F64",
"divDep1ByDep2" => "Float *",
"divDep1ByDep2" => "Float a",
"fromDep2" => "Float *",
},
);