From 63f7b357f787b96ddf0440c779b1937844cbbb52 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 12 Aug 2016 15:50:57 -0700 Subject: SI-8873 don't propagate primary ctor arg to case class's apply Final implementation based on feedback by Jason --- test/files/pos/t8873.scala | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/t8873.scala (limited to 'test/files') diff --git a/test/files/pos/t8873.scala b/test/files/pos/t8873.scala new file mode 100644 index 0000000000..e2f0a5fad2 --- /dev/null +++ b/test/files/pos/t8873.scala @@ -0,0 +1 @@ +case class X(@volatile var x:Int) -- cgit v1.2.3