Skip to content

Commit

Permalink
Merge pull request #91 from joan38/retain-trees
Browse files Browse the repository at this point in the history
Add -Yretain-trees option
  • Loading branch information
satorg authored Nov 3, 2023
2 parents d735459 + 11b16d6 commit 70d123c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@ private[scalacoptions] trait ScalacOptions {
val privateSafeInit =
privateOption("safe-init", version => version >= V3_0_0)

/** Enables retain trees for top-level classes, accessible from ClassSymbol#tree
*/
val privateRetainTrees =
privateOption("retain-trees", version => version >= V3_0_0)

/** Enables support for higher order unification in type constructor inference.
*
* Initially provided as a compiler option in the 2.12.x series to fix the infamous
Expand Down

0 comments on commit 70d123c

Please sign in to comment.