瀏覽代碼

mention that types in Types.hx might change [skip-ci]

Simon Krajewski 10 年之前
父節點
當前提交
649d16aa9c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      std/haxe/macro/Type.hx

+ 4 - 0
std/haxe/macro/Type.hx

@@ -21,6 +21,10 @@
  */
 package haxe.macro;
 
+/*
+    Warning: Some of these types correspond to compiler-internal data structures
+    and might change in minor Haxe releases in order to adapt to internal changes.
+*/
 typedef Ref<T> = {
 	public function get() : T;
 	public function toString() : String;