summaryrefslogtreecommitdiff
path: root/test/files/run/t7582b.check
blob: 58d0f19f5d56b437862d2b9619448612f95975af (plain) (blame)
1
2
3
4
5
6
InlineHolder.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.protectedMethod ()I
that would cause an IllegalAccessError when inlined into class O$.
  def x = p1.InlineHolder.inlinable
                          ^
2