ccConfig

dotty.tools.dotc.cc.ccConfig
object ccConfig

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ccConfig.type

Members list

Value members

Concrete methods

If true, use sealed as encapsulation mechanism instead of the previous global retriction that cap can't be boxed or unboxed.

If true, use sealed as encapsulation mechanism instead of the previous global retriction that cap can't be boxed or unboxed.

Attributes

Concrete fields

inline val allowUnsoundMaps: false

If true, allow mappping capture set variables under captureChecking with maps that are neither bijective nor idempotent. We currently do now know how to do this correctly in all cases, though.

If true, allow mappping capture set variables under captureChecking with maps that are neither bijective nor idempotent. We currently do now know how to do this correctly in all cases, though.

Attributes