Skip to content

Commit

Permalink
Resolved a former merge conflict wrongly, overlooked some changes whi…
Browse files Browse the repository at this point in the history
…ch lead to compiler errors.
  • Loading branch information
tschoening authored and ams-tschoening committed Mar 24, 2017
1 parent 27cef08 commit 347ec68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ object JavaCompiler extends LanguageCompilerStatic

case BitsType(_) => "long"

case BooleanType => "boolean"
case _: BooleanType => "boolean"
case CalcIntType => "long"
case CalcFloatType => "double"

Expand Down Expand Up @@ -572,7 +572,7 @@ object JavaCompiler extends LanguageCompilerStatic

case BitsType(_) => "Long"

case BooleanType => "Boolean"
case _: BooleanType => "Boolean"
case CalcIntType => "Long"
case CalcFloatType => "Double"

Expand Down

0 comments on commit 347ec68

Please sign in to comment.