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

dev.mokkery.plugin.fir.Utils.kt Maven / Gradle / Ivy

Go to download

Kotlin compiler plugin for Mokkery - mocking library for Kotlin Multiplatform, easy to use, boilerplate-free and compiler plugin driven.

The newest version!
package dev.mokkery.plugin.fir

import org.jetbrains.kotlin.fir.symbols.impl.FirConstructorSymbol
import org.jetbrains.kotlin.fir.symbols.impl.FirRegularClassSymbol

val FirRegularClassSymbol.constructors get() = declarationSymbols.filterIsInstance()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy