Explorar o código

Add 'using' info

Evgeniy Goroshkin %!s(int64=8) %!d(string=hai) anos
pai
achega
b6783e113a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/mx2cc/geninfo/geninfo.monkey2

+ 1 - 0
src/mx2cc/geninfo/geninfo.monkey2

@@ -76,6 +76,7 @@ Class ParseInfoGenerator
 		node.SetString( "namespace",decl.nmspace )
 		
 		If decl.imports node.SetValue( "imports",GenNode( decl.imports ) )
+		If decl.usings node.SetValue( "usings",GenNode( decl.usings ) )
 		
 		Return node
 	End