aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/customArgs/noimports.scala
blob: 6cef8dee8843becefcba8d41d3fdaf3fca9fac9e (plain) (blame)
1
2
3
object Test {
  val t: Int = 1 // error: not found Int
}