Skip to content

Commit

Permalink
Use named args
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Feb 26, 2025
1 parent d37bb80 commit 58c8dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ class TsExprResolver(
} else {
scope.doWithState {
markInitialized(clazz)
pushSortsForArguments(null, emptyList(), localToIdx)
pushSortsForArguments(instance = null, args = emptyList(), localToIdx)
callStack.push(initializer, currentStatement)
memory.stack.push(arrayOf(mkDefaultValueSampler().visit(addressSort)), initializer.localsCount)
newStmt(initializer.cfg.stmts.first())
Expand Down

0 comments on commit 58c8dee

Please sign in to comment.