瀏覽代碼

minor non-breaking renaming

Simon Krajewski 12 年之前
父節點
當前提交
ba4c73cd76
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/macro/Expr.hx

+ 1 - 1
std/haxe/macro/Expr.hx

@@ -221,7 +221,7 @@ typedef TypeDefinition = {
 enum TypeDefKind {
 	TDEnum;
 	TDStructure;
-	TDClass( ?extend : TypePath, ?implement : Array<TypePath>, ?isInterface : Bool );
+	TDClass( ?superClass : TypePath, ?interfaces : Array<TypePath>, ?isInterface : Bool );
 	TDAlias( t : ComplexType ); // ignore TypeDefinition.fields
 }