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

  inline def inlineMe = 1 + x2233 // error
}