summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_partial_backquoted.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2012-04-24 18:40:12 +0200
committerAdriaan Moors <adriaan.moors@epfl.ch>2012-04-24 18:54:21 +0200
commita47acbc36d312cc12ab02f4564edff1deb93d941 (patch)
treec433d551cb69e7d26f7f291e4659a45c4f569c08 /test/files/run/virtpatmat_partial_backquoted.check
parent2890714d7bcdd55b7a62091dcdf031cc3efe0822 (diff)
downloadscala-a47acbc36d312cc12ab02f4564edff1deb93d941.tar.gz
scala-a47acbc36d312cc12ab02f4564edff1deb93d941.tar.bz2
scala-a47acbc36d312cc12ab02f4564edff1deb93d941.zip
copy BackQuotedIdent trees (don't copy as Ident)
typer synthesized the wrong isDefinedAt method in typedMatchAnon because a BackQuotedIdent was copied as an Ident, so that the equality check was performed in applyOrElse (since it operates on the original tree), but not in isDefinedAt (since it operates on the copy, which collapsed Ident and BackQuotedIdent)
Diffstat (limited to 'test/files/run/virtpatmat_partial_backquoted.check')
-rw-r--r--test/files/run/virtpatmat_partial_backquoted.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/virtpatmat_partial_backquoted.check b/test/files/run/virtpatmat_partial_backquoted.check
new file mode 100644
index 0000000000..8ab8f29677
--- /dev/null
+++ b/test/files/run/virtpatmat_partial_backquoted.check
@@ -0,0 +1 @@
+Set(You got me!)