From aa9fa90967f7c15508779323b5b472a97b0a89ae Mon Sep 17 00:00:00 2001 From: yaoyao Date: Thu, 1 Oct 2015 08:58:59 +0800 Subject: [PATCH] Error message should be fixed for ambient module inside namespace --- src/compiler/diagnosticMessages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/diagnosticMessages.json b/src/compiler/diagnosticMessages.json index c5335aa83f4..6986d7ff5fb 100644 --- a/src/compiler/diagnosticMessages.json +++ b/src/compiler/diagnosticMessages.json @@ -1300,7 +1300,7 @@ "category": "Error", "code": 2434 }, - "Ambient modules cannot be nested in other modules.": { + "Ambient modules cannot be nested in other modules or namespaces.": { "category": "Error", "code": 2435 },