summaryrefslogtreecommitdiff
path: root/test/files/pos/t6778.scala
blob: b7483c8fced63e03b2ef2eaa5dbf995ec2cd2258 (plain) (blame)
1
2
3
4
5
object test extends AnyRef with App {
  // Check that random can be called with parenthesis.
  scala.math.random()
}