summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2790/A.scala
blob: 6e9c1a90dbf52a563d5379496d7fbf607eb2ced8 (plain) (blame)
1
2
3
4
5
object A {
  def x(f: String, g: Int): Int = g
  def x(f: Int, g: Int = 3): Int = g
}