summaryrefslogtreecommitdiff
path: root/test/files/neg/interop_classtags_arenot_manifests.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/interop_classtags_arenot_manifests.check')
-rw-r--r--test/files/neg/interop_classtags_arenot_manifests.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/interop_classtags_arenot_manifests.check b/test/files/neg/interop_classtags_arenot_manifests.check
new file mode 100644
index 0000000000..95f6a94d4b
--- /dev/null
+++ b/test/files/neg/interop_classtags_arenot_manifests.check
@@ -0,0 +1,7 @@
+interop_classtags_arenot_manifests.scala:3: error: No Manifest available for T.
+ println(manifest[T])
+ ^
+interop_classtags_arenot_manifests.scala:11: error: No Manifest available for T.
+ println(manifest[T])
+ ^
+two errors found