Skip to content

Commit

Permalink
test for SI-5722
Browse files Browse the repository at this point in the history
  • Loading branch information
xeno-by committed May 7, 2012
1 parent 7cac633 commit 8d8b2ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/pending/run/t5722.scala
@@ -0,0 +1,6 @@
object Test extends App {
def foo[T: ClassTag] = println(classOf[T])
foo[Int]
foo[Array[Int]]
foo[List[Int]]
}

0 comments on commit 8d8b2ca

Please sign in to comment.