Should we compile the extern method self?

Returns false when restricting to the light FFI on methods using callbacks.

Property definitions

nitc :: light $ AMethPropdef :: accept_externmeth
	# Should we compile the extern method `self`?
	#
	# Returns false when restricting to the light FFI on methods using callbacks.
	fun accept_externmeth: Bool do return true
src/compiler/compiler_ffi/light.nit:102,2--105,43

nitc :: light_only $ AMethPropdef :: accept_externmeth
	redef fun accept_externmeth do return n_extern_calls == null
src/compiler/compiler_ffi/light_only.nit:25,2--61