summaryrefslogtreecommitdiff
path: root/test/files/run/weakconform.scala
blob: 30a12b92985d8792870189a5c82e8b3ace40939e (plain) (blame)
1
2
3
4
object Test extends App {
  val x: Float = 10/3
  assert(x == 3.0)
}