Property definitions

android $ NativeNotificationManager :: notify
	fun notify(tag: JavaString, id: Int, notif: NativeNotification) in "Java" `{
		self.notify(tag, (int)id, notif);
	`}
lib/android/notification/native_notification.nit:36,2--38,3