summaryrefslogtreecommitdiff
path: root/test/files/neg/t9382.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9382 Privatize enhanced x in Tuple2Zipped.OpsSom Snytt2016-05-251-0/+6
Probably there should be an Abide rule to avoid leaking the "underlying value" of a value class. The spec or SIP defines "underlying type" but doesn't mention the underlying value. The argument for concealing the member is that it is redundant and makes autocompletion results harder to read. Also, possibly an additional implicit might want to add a member so-named.