summaryrefslogtreecommitdiff
path: root/test/files/run/macro-reify-type.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-28 13:04:38 -0700
committerEugene Burmako <xeno.by@gmail.com>2012-09-28 13:04:38 -0700
commite46ceca8a0166a459cb336da83ae71afe69dc025 (patch)
tree51a52930865c6981210d2c92389fe80357d833b6 /test/files/run/macro-reify-type.check
parent8815637c0f0dddb4a044cd243e31890d535591e2 (diff)
parentc395c926216b4356c82c606b76784a184a7f1d9b (diff)
downloadscala-e46ceca8a0166a459cb336da83ae71afe69dc025.tar.gz
scala-e46ceca8a0166a459cb336da83ae71afe69dc025.tar.bz2
scala-e46ceca8a0166a459cb336da83ae71afe69dc025.zip
Merge pull request #1415 from scalamacros/is-value-type
a fork of isValueType and isNonValueType
Diffstat (limited to 'test/files/run/macro-reify-type.check')
-rw-r--r--test/files/run/macro-reify-type.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/macro-reify-type.check b/test/files/run/macro-reify-type.check
new file mode 100644
index 0000000000..ea5e70e10d
--- /dev/null
+++ b/test/files/run/macro-reify-type.check
@@ -0,0 +1 @@
+[B, That](f: Int => B)(implicit bf: scala.collection.generic.CanBuildFrom[List[Int],B,That])That \ No newline at end of file