aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t3403.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t3403.check')
-rw-r--r--tests/untried/neg/t3403.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/t3403.check b/tests/untried/neg/t3403.check
new file mode 100644
index 000000000..e52d140e6
--- /dev/null
+++ b/tests/untried/neg/t3403.check
@@ -0,0 +1,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