Type.checkComplexTransition

https://issues.dlang.org/show_bug.cgi?id=14488

Check if the inner most base type is complex or imaginary. Should only give alerts when set to emit transitional messages.

class Type
extern (D) final
bool
checkComplexTransition
(
const ref Loc loc
,)

Parameters

loc Loc

The source location.

sc Scope*

scope of the type

Suggestion Box / Bug Report