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
Fix #3005: Treat singleton ExprTypes as stable values
Two main changes:
- values with type => T are stable if T is stable
- types deriving from scala.Singleton are considered stable
The two changes together allow to declare by-name-parameters to be stable
by declaring them to have a Singleton type.
0 commit comments