This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sbt
mirror of
https://github.com/sbt/sbt.git
Watch
1
Star
0
Fork
You've already forked sbt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b1e26660c
sbt
/
src
/
sbt-test
/
source-dependencies
/
implicit-params
/
changes
/
A.scala
6 lines
80 B
Scala
Raw
Blame
History
class
A
{
implicit
def
e
:
E
=
new
E
def
x
(
i
:
Int
)
(
y
:
E
)
:
String
=
""
}
class
E
Reference in New Issue
View Git Blame
Copy Permalink