self
?Returns false when restricting to the light FFI on methods using callbacks.
# 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
redef fun accept_externmeth do return n_extern_calls == null
src/compiler/compiler_ffi/light_only.nit:25,2--61