Wraps: [self indexPathByRemovingLastIndex]

Property definitions

cocoa $ NSIndexPath :: index_path_by_removing_last_index
	# Wraps: `[self indexPathByRemovingLastIndex]`
	fun index_path_by_removing_last_index: NSIndexPath in "ObjC" `{
		return [self indexPathByRemovingLastIndex];
	`}
lib/cocoa/foundation.nit:142,2--145,3