Created
December 6, 2012 19:16
-
-
Save mpilquist/4227369 to your computer and use it in GitHub Desktop.
Scala 2.10.0-RC2 compilation bug?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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