summaryrefslogtreecommitdiff
path: root/test/files/neg/inlineMaxSize.check
blob: 9d790e154caf480e703eafa70580e99b9a7c8e3f (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 + i
                                ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found