You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this change, for the following code:
class foo(x: Any) extends annotation.StaticAnnotation
@foo({ val x = 3; x}) class A
The compiler incorrectly enters `x` as a member of class `A`.
0 commit comments