summaryrefslogtreecommitdiff
path: root/test/files/pos/five-dot-f.scala
blob: 8a7f86e214472c69742acbfdf56f2089f9f485d3 (plain) (blame)
1
2
3
4
5
class C {
  implicit def ffer(x: Int) = new { def f : Long = 123L }

  val x1: Long = 5.f
}