aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/weakconform.scala
blob: 30a12b92985d8792870189a5c82e8b3ace40939e (plain) (tree)
1
2
3
4



                         
object Test extends App {
  val x: Float = 10/3
  assert(x == 3.0)
}