overloadFunction

abstract fun overloadFunction(name: String, argumentCount: Int)(source)

Declares that the virtual table overloads the function identified by name and argumentCount.

The virtual table must implement VirtualTable.findFunction.