Skip to content

Commit

Permalink
Fixed conversion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 17, 2024
1 parent 0ba560d commit da15398
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ test bool Issue465d(){
lexical IntegerLiteral = [0-9]+;
start syntax Exp = con: IntegerLiteral;");
return checkModuleOK("
module Issue465d
import MMM;
data Exp = con(int n);
void main() { MMM::Exp c = [MMM::Exp] \"3\"; }
Expand All @@ -602,4 +603,4 @@ test bool Issue1353() {
import MC;
value main() = hello();
");
}
}

0 comments on commit da15398

Please sign in to comment.