summaryrefslogtreecommitdiff
path: root/test/files/run/t7582.check
blob: d0a0975d4cf280a8234c466227d27180821f9aaf (plain) (blame)
1
2
3
4
5
6
InlineHolder_2.scala:9: warning: p1/InlineHolder$::inlinable()I is annotated @inline but could not be inlined:
The callee p1/InlineHolder$::inlinable()I contains the instruction INVOKESTATIC p1/PackageProtectedJava_1.protectedMethod ()I
that would cause an IllegalAccessError when inlined into class O$.
  def x = p1.InlineHolder.inlinable
                          ^
2