summaryrefslogblamecommitdiff
path: root/test/files/neg/inlineMaxSize.scala
blob: 9d2db1a357830ddd55ed931fd2e72bba188634aa (plain) (tree)
1
2
3
4
5
6
7
8





                                                                           
                                 
 
// not a JUnit test because of https://github.com/scala-opt/scala/issues/23
class C {
  @inline final def f = 0
  @inline final def g = f + f + f + f + f + f + f + f + f + f
  @inline final def h = g + g + g + g + g + g + g + g + g + g
  @inline final def i = h + h + h + h + h + h + h + h + h + h
  @inline final def j = i + i + i
}