All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.seskar.compiler.mixin.backend.JsMixin.kt Maven / Gradle / Ivy

There is a newer version: 3.32.0
Show newest version
package seskar.compiler.mixin.backend

import org.jetbrains.kotlin.ir.interpreter.hasAnnotation
import org.jetbrains.kotlin.ir.types.IrType
import org.jetbrains.kotlin.name.FqName

private val JS_MIXIN = FqName("seskar.js.JsMixin")

internal fun IrType.isMixin(): Boolean =
    hasAnnotation(JS_MIXIN)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy