mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-23 17:30:04 -05:00
test case for TS generated comments const enum to show that they are supressed by removeComments flag
This commit is contained in:
@@ -88,3 +88,8 @@ module m1 {
|
||||
|
||||
/// this is x
|
||||
declare var x;
|
||||
|
||||
|
||||
/** const enum member value comment (generated by TS) */
|
||||
const enum color { red, green, blue }
|
||||
var shade = color.green;
|
||||
|
||||
Reference in New Issue
Block a user