summaryrefslogtreecommitdiff
path: root/test/files/neg/t845.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-12-05 16:17:53 +0100
committerJason Zaugg <jzaugg@gmail.com>2012-12-05 16:17:53 +0100
commitcab8ea440bffbabe56f3860f6fb319b4334a6def (patch)
tree36618184cb91c9778159bfd7218cf50659e882dc /test/files/neg/t845.check
parent90efa6bc35f0e4e1d37389af5a681836a03b68e5 (diff)
downloadscala-cab8ea440bffbabe56f3860f6fb319b4334a6def.tar.gz
scala-cab8ea440bffbabe56f3860f6fb319b4334a6def.tar.bz2
scala-cab8ea440bffbabe56f3860f6fb319b4334a6def.zip
Expand test with a stably qualified example.
In the example below, we need a view from `String => l.F0`, and the companion object `FO` is reachable by a stable, non existentially-bound path. class Lift { def apply(f: F0) {} class F0 object F0 { implicit def f2f0(fn: String): F0 = ??? } } object Test { val l = new Lift l.apply("") // okay } Followup for SI-3995
Diffstat (limited to 'test/files/neg/t845.check')
0 files changed, 0 insertions, 0 deletions