summaryrefslogtreecommitdiff
path: root/test/files/run/t7700.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-01-29 09:15:36 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-01-31 16:50:13 +0100
commitd0afd7ece04e1974093c8c37b0ff6654742ab57b (patch)
treedb2f4f0e30eae93cf1c9721ffb351634020829e4 /test/files/run/t7700.check
parenta5b0fc49e517d1c63d22f9909ac9bed0552ed466 (diff)
downloadscala-d0afd7ece04e1974093c8c37b0ff6654742ab57b.tar.gz
scala-d0afd7ece04e1974093c8c37b0ff6654742ab57b.tar.bz2
scala-d0afd7ece04e1974093c8c37b0ff6654742ab57b.zip
SI-7700 @unspecialized, Part Deux: Now Working.
This annotation was introduced to allow us to mark methods within a specialized trait as immune from specialization. In particular, this is desirable for `Function1.{andThen, compose}`. However, it seems we need to check for this in two places in the specialization code base. The feature is now backed with a test.
Diffstat (limited to 'test/files/run/t7700.check')
-rw-r--r--test/files/run/t7700.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t7700.check b/test/files/run/t7700.check
new file mode 100644
index 0000000000..ca8e686984
--- /dev/null
+++ b/test/files/run/t7700.check
@@ -0,0 +1,2 @@
+public abstract java.lang.Object C.bar(java.lang.Object)
+public abstract java.lang.Object C.foo(java.lang.Object)