From 02b95d196e08a82d5f0b87acd45d64ffbf2280e7 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Sun, 10 Jul 2016 14:44:45 +0200 Subject: [PATCH] Add new warning to suppressWarnings documentation CC #6367, 4ca68a0. --- language/src/ceylon/language/annotations.ceylon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/src/ceylon/language/annotations.ceylon b/language/src/ceylon/language/annotations.ceylon index ebbf1458fe2..3c423e5b210 100644 --- a/language/src/ceylon/language/annotations.ceylon +++ b/language/src/ceylon/language/annotations.ceylon @@ -311,7 +311,8 @@ shared annotation SuppressWarningsAnnotation suppressWarnings( `smallIgnored`, `literalNotSmall`, `redundantNarrowing`, - `redundantIteration`." + `redundantIteration`, + `missingImportPrefix`." String* warnings) => SuppressWarningsAnnotation(*warnings);