Skip to content

Instantly share code, notes, and snippets.

@ezeql
Created March 28, 2012 20:52
Show Gist options
  • Select an option

  • Save ezeql/2230420 to your computer and use it in GitHub Desktop.

Select an option

Save ezeql/2230420 to your computer and use it in GitHub Desktop.
test/LangMan.hx:10: characters 2-7 : Field hello needed by ILang is missing
var tint = TPath( { pack : [], name : "String", params : [], sub : null } );
var typeILang = { name:"ILang", pack:[], pos:pos, meta:[], params:[], isExtern:false, kind:TDClass(null, [], true), fields:[] };
typeILang.fields = [ { pos:pos, meta:[], name:"hello", doc:null, access:[APublic], kind:FVar(tint) } ];
Context.defineType(typeILang);
test/LangMan.hx:10: characters 2-7 : Field hello needed by ILang is missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment