From 69ce27434e07c8dc215490256fe51622d768dd7e Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Wed, 18 Sep 2013 18:06:59 -0700 Subject: SI-7848 Xlint no warn on $sym with params This idea brought to you by retronym. Also improve implicitNotFound detection at typer; and avoid checking the standard interpolation expression for cases like s"some $$x". Some minor refactorings of implicitNotFound strings. The intersobralator allows extra spaces, i.e., trims. --- test/files/neg/t2462b.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/neg/t2462b.flags (limited to 'test/files/neg/t2462b.flags') diff --git a/test/files/neg/t2462b.flags b/test/files/neg/t2462b.flags new file mode 100644 index 0000000000..85d8eb2ba2 --- /dev/null +++ b/test/files/neg/t2462b.flags @@ -0,0 +1 @@ +-Xfatal-warnings -- cgit v1.2.3