From 9a4b5e7c306eb3f1c82ace10dd62576473b1dec1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 20 Jun 2015 00:44:47 +0200 Subject: Map outer fields to parameters in primary constructor Previously this was only done in secondary constructors; need to do it in primary constructor as well to avoid "reference to this before super" problems. --- tests/run/t8611b.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/run/t8611b.flags (limited to 'tests/run/t8611b.flags') diff --git a/tests/run/t8611b.flags b/tests/run/t8611b.flags new file mode 100644 index 000000000..85d8eb2ba --- /dev/null +++ b/tests/run/t8611b.flags @@ -0,0 +1 @@ +-Xfatal-warnings -- cgit v1.2.3