Property definitions

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

	# The destination type on a cast to not nullable
	var n_type: AType is writable, noinit

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

	# The `not` keyword
	var n_kwnot: TKwnot is writable, noinit

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