Jelajahi Sumber

minor non-breaking renaming

Simon Krajewski 12 tahun lalu
induk
melakukan
ba4c73cd76
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      std/haxe/macro/Expr.hx

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

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