compute Union With
open override fun computeUnionWith(self: AvailObject, another: A_Type): A_Type
Content copied to clipboard
Compute the type union of the object which is the bottom type, and the argument, which may be any type.
Return
The most specific type that is a supertype of both object and another.
Parameters
self
The bottom type.
another
Another type.