summaryrefslogtreecommitdiff
path: root/test/pending/pos/bug1987/bug1987a.scala
blob: 7a62877ba0abcd40fb4058b75e8d63b8734a4b30 (plain) (blame)
1
2
3
4
5
6
7
package bug

// goes with bug1987b.scala
package object packageb {
  def func(a: Int) = ()
  def func(a: String) = ()
}