Property definitions

nitc $ AAsNullableExternCall :: defaultinit
# A single callback declaration on a cast to a nullable type
class AAsNullableExternCall
	super ACastExternCall

	# The origin type to cast as nullable
	var n_type: AType is writable, noinit

	# The `as` keyword
	var n_kwas: TKwas is writable, noinit

	# The `nullable` keyword
	var n_kwnullable: TKwnullable is writable, noinit
end
src/parser/parser_nodes.nit:1558,1--1570,3