Commit 796d1bb
SimCodeUtil: call Dangerous.listReverseInPlace, not List.listReverseInPlace (#15702)
createTmpCrefExpsForComplexEqnSys called `List.listReverseInPlace`, but List
does not export that name — it imports it from MetaModelica.Dangerous for its own
use. Every other listReverseInPlace call site in this file (and the codebase)
qualifies it as Dangerous.listReverseInPlace; this one is an inconsistency that
only resolves under lenient import lookup. Use the Dangerous qualification
(already imported at the top of the file) to match.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent f2a4804 commit 796d1bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2870 | 2870 | | |
2871 | 2871 | | |
2872 | 2872 | | |
2873 | | - | |
| 2873 | + | |
2874 | 2874 | | |
2875 | 2875 | | |
2876 | 2876 | | |
| |||
0 commit comments