summaryrefslogtreecommitdiff
path: root/test/files/pos/t1147.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1147.scala')
-rw-r--r--test/files/pos/t1147.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1147.scala b/test/files/pos/t1147.scala
index e320571b24..d4b3967ddd 100644
--- a/test/files/pos/t1147.scala
+++ b/test/files/pos/t1147.scala
@@ -1,5 +1,5 @@
class App(arg: String) {
- @deprecated def this() {
+ @deprecated("..") def this() {
this("foo")
}
}