From 3cf0e5a010ca8d3bd1828bbc096f587a01ba604f Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Fri, 20 Nov 2009 09:04:04 +0000 Subject: closes #1422 --- test/files/pos/t1422.scala | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/pos/t1422.scala (limited to 'test/files/pos/t1422.scala') diff --git a/test/files/pos/t1422.scala b/test/files/pos/t1422.scala new file mode 100644 index 0000000000..658f5c730d --- /dev/null +++ b/test/files/pos/t1422.scala @@ -0,0 +1,2 @@ +case class A(private val foo:String) +case class B(protected[this] val foo:String) -- cgit v1.2.3