fix(library/compiler/llnf): typo
This commit is contained in:
parent
1d0d17d4ae
commit
9ea7b77fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,7 @@ class explicit_boxing_fn {
|
|||
name n = let_name(e);
|
||||
if (is_internal_name(n)) {
|
||||
if (is_join_point_name(n)) {
|
||||
type = infer_jp_type(type);
|
||||
type = infer_jp_type(val);
|
||||
} else {
|
||||
n = next_name();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue