aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/inline/changes/B3.scala
blob: 991bd17b893a17c4aab52e9b037af7770e113246 (plain) (blame)
1
2
3
4
object B {
  @inline def getInline: Int =
    sys.error("This is an expected failure when running C")
}