Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoysey committed Feb 28, 2022
2 parents f97fd39 + 0256d7d commit 76653ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/scala/edu/cmu/cs/obsidian/codegen/CodeGenYul.scala
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ object CodeGenYul extends CodeGenerator {
// call the constructor on that for the this argument and the right
ExpressionStatement(apply(sub_constructor_name, sub_this +: args_for_sub: _*))) ++ acc
, rest)
case _ => (Seq(), sig)
case _ => (acc, sig)
}
case _ => (Seq(), sig)
case _ => (acc, sig)
}
case _ => (Seq(), sig)
case _ => (acc, sig)
}
}

Expand Down

0 comments on commit 76653ce

Please sign in to comment.