RequiresLanguageTrait

annotation class RequiresLanguageTrait(val value: KClass<out LanguageTrait>)

This annotation can only enable a pass if its target language implements a given LanguageTrait.

This annotation is Repeatable. In this case, all specified language traits must exist on the Language.

Properties

Link copied to clipboard