computeIntersectionWith

open override fun computeIntersectionWith(self: AvailObject, another: A_Type): A_Type

Compute the type intersection of the object which is the bottom type, and the argument, which may be any type.

Return

The most general type that is a subtype of both object and another.

Parameters

self

The bottom type.

another

Another type.