summaryrefslogtreecommitdiff
path: root/test/files/pos/native-warning.scala
blob: a2918c11b59766f8dd9ef297b012b87fba0dd07d (plain) (blame)
1
2
3
4
5
6
7
class A {
  @native def setup(): Unit

  // also kosher
  @native private def f(): Unit
  @native final def g(): Unit
}