summaryrefslogtreecommitdiff
path: root/test/files/run/t5923a-fundep/Test_2.scala
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-09-11 11:41:14 +0200
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-09-11 11:41:14 +0200
commit9ecfac84be3368acfd882d517c8138481b5568ec (patch)
treec81f4536c86e69cd528de810011ea48faa046e48 /test/files/run/t5923a-fundep/Test_2.scala
parentd2a5555585a857138844e71943dcf86b89e79b81 (diff)
parent5966a11ae1f494f1c7271a6a574b3ff4365f5847 (diff)
downloadscala-9ecfac84be3368acfd882d517c8138481b5568ec.tar.gz
scala-9ecfac84be3368acfd882d517c8138481b5568ec.tar.bz2
scala-9ecfac84be3368acfd882d517c8138481b5568ec.zip
Merge pull request #3859 from xeno-by/topic/fundep-materialization-210x
[backport] SI-7470 implements fundep materialization
Diffstat (limited to 'test/files/run/t5923a-fundep/Test_2.scala')
-rw-r--r--test/files/run/t5923a-fundep/Test_2.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/t5923a-fundep/Test_2.scala b/test/files/run/t5923a-fundep/Test_2.scala
new file mode 100644
index 0000000000..001ff9aea8
--- /dev/null
+++ b/test/files/run/t5923a-fundep/Test_2.scala
@@ -0,0 +1,5 @@
+object Test extends App {
+ println(implicitly[C[Int]])
+ println(implicitly[C[String]])
+ println(implicitly[C[Nothing]])
+} \ No newline at end of file