This is used to avoid adding an extern file more than once

Property definitions

nitc $ AbstractCompiler :: seen_extern
	# This is used to avoid adding an extern file more than once
	private var seen_extern = new ArraySet[String]
src/compiler/abstract_compiler.nit:1191,2--1192,47