Skip to content

Commit

Permalink
Gracefull null.x handling
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed May 30, 2024
1 parent 0a25e1d commit f139712
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,9 @@ object ScalaOut {
out("(")
nodeToOut(tn.property)
out(")")
case null Dot name =>
out("null.")
out(identifier(name))
case obj Dot name =>
termToOut(obj)
out(".")
Expand Down

0 comments on commit f139712

Please sign in to comment.