summaryrefslogtreecommitdiff
path: root/test/pending/jvm/t2705/t2705.scala
blob: cc3cfd9faf1934a93c8eee0fb2aadca6bacdc86f (plain) (blame)
1
2
3
4
5
class GenericsCompilerCrashTest {
  def test() {
    Methods.acceptGenericInterface(Methods.getGenericInterface())
  }
}