summaryrefslogtreecommitdiff
path: root/test/files/neg/trait-no-native.check
blob: 12bce4042ddaf22d7f0e5d0da9f6e778597ad3f8 (plain) (blame)
1
2
3
4
trait-no-native.scala:3: error: A trait cannot define a native method.
  @native def foo = ???
              ^
one error found