Parameters need to be inserted to make this piece of code work. Select the option with these parameters ordered correctly.
override fun onCreateContextMenu(...) {
super.onCreateContextMenu(menu, v, menuInfo)
val inflater = menuInflater
inflater.inflate(R.menu.context_menu, menu)
}