aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/interop_classmanifests_arenot_typetags.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/interop_classmanifests_arenot_typetags.check')
-rw-r--r--tests/untried/neg/interop_classmanifests_arenot_typetags.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/interop_classmanifests_arenot_typetags.check b/tests/untried/neg/interop_classmanifests_arenot_typetags.check
new file mode 100644
index 000000000..db8e57981
--- /dev/null
+++ b/tests/untried/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