Mixing test case. No review.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@21076 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
e647b9b99f
commit
ea78c6a6eb
|
@ -0,0 +1,8 @@
|
|||
package test
|
||||
|
||||
object A {
|
||||
println(("a" match {
|
||||
case "a" => 1
|
||||
case _ => "a"
|
||||
}).asInstanceOf[Object])
|
||||
}
|
Loading…
Reference in New Issue