From 076db04123bf5d983c45029fc3338861b0c4410f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 31 Jul 2008 13:38:46 +0000 Subject: -Xexperimental changes for #1093 --- test/files/pos/t1147.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/pos/t1147.scala (limited to 'test/files/pos/t1147.scala') diff --git a/test/files/pos/t1147.scala b/test/files/pos/t1147.scala new file mode 100644 index 0000000000..e320571b24 --- /dev/null +++ b/test/files/pos/t1147.scala @@ -0,0 +1,6 @@ +class App(arg: String) { + @deprecated def this() { + this("foo") + } +} + -- cgit v1.2.3