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:1192,2--1193,47