summaryrefslogtreecommitdiff
path: root/test/files/res/t5167/t5167_2.scala
blob: 5aa56efe75e355d9415dfba2055a731dd9397984 (plain) (blame)
1
2
3
4
5
6
7
package compilerbug

class TestClass {
  def repro() {
    SadObject.buggyMethod[Int]()()
  }
}