summaryrefslogtreecommitdiff
path: root/test/files/neg/interop_classmanifests_arenot_typetags.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/interop_classmanifests_arenot_typetags.check')
-rw-r--r--test/files/neg/interop_classmanifests_arenot_typetags.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/interop_classmanifests_arenot_typetags.check b/test/files/neg/interop_classmanifests_arenot_typetags.check
new file mode 100644
index 0000000000..6675fd9eae
--- /dev/null
+++ b/test/files/neg/interop_classmanifests_arenot_typetags.check
@@ -0,0 +1,4 @@
+interop_classmanifests_arenot_typetags.scala:5: error: No TypeTag available for T
+ println(implicitly[TypeTag[T]])
+ ^
+one error found