summaryrefslogblamecommitdiff
path: root/test/files/neg/t1523.scala
blob: b8754f4e15bf49fc4b6f186e9416978d56bb9499 (plain) (tree)
1
2
3
4
5
               
                     
  
                                                                                                                                                  
 
object test {  
  def bug(x: Any) = x
  
  def go() = bug("a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a", "a")
}