summaryrefslogtreecommitdiff
path: root/test/files/pos/bug514.scala
blob: 0b7b9ac009c9efd2c6bba843a0be1d6528310b55 (plain) (blame)
1
2
3
4
5
6
7
object Test extends Application {
  object Truc {
    override def toString() = "oui"
    def toString(bool: Boolean) = "chaispas"
  }
  val tata: String = Truc.toString
}