summaryrefslogtreecommitdiff
path: root/test/files/neg/t3403.check
blob: e52d140e6a42806c60c5446b715de42e7a70632a (plain) (blame)
1
2
3
4
t3403.scala:2: error: implementation limitation: the BeanProperty annotation cannot be used in a type alias or renamed import
class Foo { @bp var bar: Int = 1 }
                    ^
one error found