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
As noted on #45, when prototyping this we should ensure we are creating the backing vals as private[this] to avoid extra method wrappers generated by the Scala compiler.
Avoid possible Scala 2 synchronization bugs by using the null init pattern instead of
lazy val
s.Context: #19 (comment)
The text was updated successfully, but these errors were encountered: