summaryrefslogtreecommitdiff
path: root/test/files/neg/inlineMaxSize.check
blob: d218a8b6e29f47f6a7ce6771befc340b8ecdd12d (plain) (blame)
1
2
3
4
5
6
7
8
9
inlineMaxSize.scala:7: warning: C::i()I is annotated @inline but could not be inlined:
The size of the callsite method C::j()I
would exceed the JVM method size limit after inlining C::i()I.

  @inline final def j = i + i
                            ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found