This website requires JavaScript.
Explore
Help
Sign In
natas_hw
/
legacy-svn-scala
mirror of
https://github.com/scala/legacy-svn-scala
Watch
1
Star
0
Fork
You've already forked legacy-svn-scala
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ac22c9f6fc
legacy-svn-scala
/
test
/
files
/
neg
/
bug200.scala
9 lines
86 B
Scala
Raw
Blame
History
trait
X
{
def
foo
:
Int
;
}
trait
Y
extends
X
{
def
foo
:
String
;
def
foo
:
Int
;
}
Reference in New Issue
View Git Blame
Copy Permalink