ConceptWorkaround

The Kotlin compiler cannot disambiguate the call to getSuperConcept/getSuperInterfaces that where moved to SAbstractConcept in MPS 2021.2, but still exist in SConcept/SInterfaceConcept.

Constructors

Link copied to clipboard
constructor(concept: SAbstractConcept)

Properties

Link copied to clipboard
open var concept: SAbstractConcept

Functions

Link copied to clipboard
open fun getSuperConcept(): SConcept
Link copied to clipboard
open fun getSuperInterfaces(): Iterable<SInterfaceConcept>