summaryrefslogtreecommitdiff
path: root/test/files/run/classtags_use_concretetypetags.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/classtags_use_concretetypetags.scala')
-rw-r--r--test/files/run/classtags_use_concretetypetags.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/classtags_use_concretetypetags.scala b/test/files/run/classtags_use_concretetypetags.scala
new file mode 100644
index 0000000000..57e7085cec
--- /dev/null
+++ b/test/files/run/classtags_use_concretetypetags.scala
@@ -0,0 +1,3 @@
+object Test extends App {
+ def foo[T: ConcreteTypeTag] = Array[T]()
+} \ No newline at end of file