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
799dc03118
legacy-svn-scala
/
test
/
pos
/
bug64.scala
7 lines
94 B
Scala
Raw
Blame
History
object
B
{
def
main
(
Args
:
Array
[
String
]
)
=
{
val
Pair
(
_
,
x
)
=
Pair
(
1
,
2
)
;
x
+
1
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink