15b1e429d7
ensure fir annotations are included in FirDanglingModifierList and resolved, dedicated DanglingTopLevelModifierListStructureElement exists for top level lists only, class level lists are processed by containing structure element
6 lines
175 B
Kotlin
6 lines
175 B
Kotlin
annotation class JsQualifier : kotlin.Annotation {
|
|
public constructor JsQualifier(<expr>value</expr>: kotlin.String)
|
|
|
|
public final val value: kotlin.String { get; }
|
|
}
|