Skip to content

Instantly share code, notes, and snippets.

@mpilquist
Created December 6, 2012 19:16
Show Gist options
  • Save mpilquist/4227369 to your computer and use it in GitHub Desktop.
Save mpilquist/4227369 to your computer and use it in GitHub Desktop.
Scala 2.10.0-RC2 compilation bug?
import scala.concurrent.duration._
trait Foo { implicit val timeout = 1 second }
trait Bar extends Foo { implicit override val timeout = 2 seconds }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment