-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
fixed in Scala 3This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)good first issuehelp wanted
Description
scala> class C { def f = 0 }
defined class C
scala> class D extends C { private[this] def f = 1 }
defined class D
scala> (new D).f
java.lang.IllegalAccessError: tried to access method D.f()I from class
... 28 elidedShould not compile. See the discussion at scala/scala#8810 (comment)
See also #11881
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixed in Scala 3This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)good first issuehelp wanted