Skip to content

Commit

Permalink
test case, closes SI-5881
Browse files Browse the repository at this point in the history
  • Loading branch information
xeno-by committed Jun 9, 2012
1 parent 51ef16f commit d2a58a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/files/run/t5881.check
@@ -0,0 +1,2 @@
ClassTag[class scala.collection.immutable.List]
ClassTag[class scala.collection.immutable.List]
6 changes: 6 additions & 0 deletions test/files/run/t5881.scala
@@ -0,0 +1,6 @@
import scala.reflect.ClassTag

object Test extends App {
println(implicitly[ClassTag[List[T forSome {type T <: List[T]}]]])
println(implicitly[ClassTag[List[Any]]])
}

0 comments on commit d2a58a3

Please sign in to comment.