summaryrefslogtreecommitdiff
path: root/test/files/pos/bug3960.flags
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-07-03 19:23:32 +0000
committerPaul Phillips <paulp@improving.org>2011-07-03 19:23:32 +0000
commit835be39b534accb0d341d0629662f5685ae2cfef (patch)
tree8887c364b1447e4017bbe4395d75de05003202aa /test/files/pos/bug3960.flags
parent6d3159db055005719cbff30b48a7fbcd659b7240 (diff)
downloadscala-835be39b534accb0d341d0629662f5685ae2cfef.tar.gz
scala-835be39b534accb0d341d0629662f5685ae2cfef.tar.bz2
scala-835be39b534accb0d341d0629662f5685ae2cfef.zip
evalOnce needs to pack the type before using it...
evalOnce needs to pack the type before using it on new valdefs to avoid existential mismatches. Closes #3960, review by moors.
Diffstat (limited to 'test/files/pos/bug3960.flags')
-rw-r--r--test/files/pos/bug3960.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/bug3960.flags b/test/files/pos/bug3960.flags
new file mode 100644
index 0000000000..4449dbbdf3
--- /dev/null
+++ b/test/files/pos/bug3960.flags
@@ -0,0 +1 @@
+-Ycheck:typer \ No newline at end of file