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
private[nsc] defclear() { log =List() }// TODO: what's the point of this method? -- we roll back the log (using undoTo) in the combinators below anyway, see comments at clear() calls below
118
+
private[nsc] defclear() { log =List() }
119
119
120
120
// `block` should not affect constraints on typevars
0 commit comments