Browse Source

Mark @:compilerGenerated as internal

Plus, it doesn't seem to be C# / Java specific anymore (it's added in ensure_struct_init_constructor for instance).
Jens Fischer 5 years ago
parent
commit
897a3e3028
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src-json/meta.json

+ 1 - 1
src-json/meta.json

@@ -162,7 +162,7 @@
 		"name": "CompilerGenerated",
 		"metadata": ":compilerGenerated",
 		"doc": "Marks a field as generated by the compiler. Should not be used by the end user.",
-		"platforms": ["java", "cs"]
+		"internal": true
 	},
 	{
 		"name": "Const",