summaryrefslogtreecommitdiff
path: root/test/files/run/t6023.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6023.check')
-rw-r--r--test/files/run/t6023.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t6023.check b/test/files/run/t6023.check
index ee93565234..dd6d8f1f1c 100644
--- a/test/files/run/t6023.check
+++ b/test/files/run/t6023.check
@@ -1,12 +1,12 @@
{
abstract trait Foo extends AnyRef {
- <stable> <accessor> def a: Int
+ val a: Int
};
()
}
{
abstract trait Foo extends AnyRef {
- <stable> <accessor> def a: Int
+ <stable> <accessor> val a: Int
};
()
}