summaryrefslogtreecommitdiff
path: root/test/files/run/t7328.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-01-25 09:45:51 +0300
committerEugene Burmako <xeno.by@gmail.com>2014-01-25 09:49:14 +0300
commit6c7ceb611f574a578a67c2cd653b211e555b7898 (patch)
tree4bd02fcadb35eacb252d740acd56562259999069 /test/files/run/t7328.check
parent6c1129bdc274eeb822a1924cb22d852ea9cd62de (diff)
downloadscala-6c7ceb611f574a578a67c2cd653b211e555b7898.tar.gz
scala-6c7ceb611f574a578a67c2cd653b211e555b7898.tar.bz2
scala-6c7ceb611f574a578a67c2cd653b211e555b7898.zip
SI-7328 FieldMirrors now support value classes
Diffstat (limited to 'test/files/run/t7328.check')
-rw-r--r--test/files/run/t7328.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t7328.check b/test/files/run/t7328.check
new file mode 100644
index 0000000000..e386fe70d9
--- /dev/null
+++ b/test/files/run/t7328.check
@@ -0,0 +1,4 @@
+Foo
+Foo(3)
+Foo(3)
+Foo(5)