summaryrefslogtreecommitdiff
path: root/test/files/neg/trait-no-native.scala
blob: 463e604a48b70f25c588912fdc0d92549d380daa (plain) (blame)
1
2
3
4
trait T {
  // should not compile, because it would result in a VerifyError
  @native def foo = ???
}