aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1605.scala
blob: 776f2df47010866d4744862d27650a1f030ec3de (plain) (blame)
1
2
3
4
5
object Test {
  def foo = inlineMe

  inline def inlineMe = 1 + x // error
}