summaryrefslogtreecommitdiff
path: root/src/intellij/manual.iml.SAMPLE
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-06-14 11:22:29 +0200
committerJason Zaugg <jzaugg@gmail.com>2015-04-21 16:51:01 +1000
commitd12d59a178c4056fb8ea3cdf4eab5ef453c9a113 (patch)
treee1c15f8f484db26b48d1c4ae3bed4277804a450d /src/intellij/manual.iml.SAMPLE
parente1895d64f87dc3c699a3ccbc8a3143b18d3b5bb1 (diff)
downloadscala-d12d59a178c4056fb8ea3cdf4eab5ef453c9a113.tar.gz
scala-d12d59a178c4056fb8ea3cdf4eab5ef453c9a113.tar.bz2
scala-d12d59a178c4056fb8ea3cdf4eab5ef453c9a113.zip
Support specialized method-handle based lambdas
``` scala> (x: Int) => {??? : Int} res2: Int => Int = $$Lambda$1371/1961176822@6ed3ccb2 scala> res2(42) scala.NotImplementedError: an implementation is missing at scala.Predef$.$qmark$qmark$qmark(Predef.scala:225) at .$anonfun$1(<console>:8) at $$Lambda$1371/1961176822.apply$mcII$sp(Unknown Source) ... 33 elided scala> (x: Int, y: Long) => {??? : Int} res4: (Int, Long) => Int = $$Lambda$1382/1796047085@6f8e8894 scala> res4(0, 0L) scala.NotImplementedError: an implementation is missing at scala.Predef$.$qmark$qmark$qmark(Predef.scala:225) at .$anonfun$1(<console>:8) at $$Lambda$1382/1796047085.apply$mcIIJ$sp(Unknown Source) ... 33 elided ```
Diffstat (limited to 'src/intellij/manual.iml.SAMPLE')
0 files changed, 0 insertions, 0 deletions