summaryrefslogtreecommitdiff
path: root/test/neg/bug52.check
blob: cd4b5eccce90cf969751e2466107d3f9e37abe42 (plain) (blame)
1
2
3
4
5
6
bug52.scala:3: type mismatch;
 found   : scala.Any
 required: scala.Int
  val y: Int = x(2);
                ^
one error found