Skip to content

Instantly share code, notes, and snippets.

@DarkDimius
Created July 21, 2015 12:49
Show Gist options
  • Save DarkDimius/13726ebf8b652582abbe to your computer and use it in GitHub Desktop.
Save DarkDimius/13726ebf8b652582abbe to your computer and use it in GitHub Desktop.
class X {
private def foo = 1
}
object X {
class Inner extends X {
override private def foo = 2
}
}
14:48 14:47 ~/Projects/211x/sandbox (2.11.x)$ s
Test.scala:7: error: method foo overrides nothing
override private def foo = 2
^
one error found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment