summaryrefslogtreecommitdiff
path: root/test/files/neg/t3403.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3403.scala')
-rw-r--r--test/files/neg/t3403.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/neg/t3403.scala b/test/files/neg/t3403.scala
new file mode 100644
index 0000000000..8be6ab2a31
--- /dev/null
+++ b/test/files/neg/t3403.scala
@@ -0,0 +1,2 @@
+import scala.reflect.{BeanProperty => bp}
+class Foo { @bp var bar: Int = 1 }