aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reify_ann5.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reify_ann5.check')
-rw-r--r--tests/pending/run/reify_ann5.check22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/pending/run/reify_ann5.check b/tests/pending/run/reify_ann5.check
deleted file mode 100644
index 1ec0457e5..000000000
--- a/tests/pending/run/reify_ann5.check
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- class C extends AnyRef {
- @new inline @beanGetter() @new BeanProperty() <paramaccessor> val x: Int = _;
- def <init>(x: Int) = {
- super.<init>();
- ()
- }
- };
- ()
-}
-{
- class C extends AnyRef {
- @scala.beans.BeanProperty <paramaccessor> private[this] val x: Int = _;
- <stable> <accessor> <paramaccessor> def x: Int = C.this.x;
- def <init>(x: Int): C = {
- C.super.<init>();
- ()
- };
- @inline @scala.annotation.meta.beanGetter def getX(): Int = C.this.x
- };
- ()
-}