From 89bacb9c25a58454ff1878e67f7ea07ffc8c269f Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Tue, 12 May 2015 18:30:53 +0200 Subject: Run tests as they were in scala. --- tests/pending/run/deprecate-early-type-defs.check | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pending/run/deprecate-early-type-defs.check (limited to 'tests/pending/run/deprecate-early-type-defs.check') diff --git a/tests/pending/run/deprecate-early-type-defs.check b/tests/pending/run/deprecate-early-type-defs.check new file mode 100644 index 000000000..1ee01df13 --- /dev/null +++ b/tests/pending/run/deprecate-early-type-defs.check @@ -0,0 +1,3 @@ +deprecate-early-type-defs.scala:1: warning: early type members are deprecated. Move them to the regular body: the semantics are the same. +object Test extends { type T = Int } with App + ^ -- cgit v1.2.3