Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use a different encoding for constructor:
constructor.enclosingClass.fullName ++ ";init;"
  • Loading branch information
allanrenucci committed Mar 13, 2018
1 parent aa27a33 commit 6b2977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xsbt/ExtractUsedNamesSpecification.scala
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class ExtractUsedNamesSpecification {
// The default parent of a class is "AnyRef" which is an alias for "Object"
"AnyRef",
"Object",
"java;lang;Object;init;"
"java.lang.Object;init;"
)

}

0 comments on commit 6b2977e

Please sign in to comment.