Declaration References
Konsist
.scopeFromProject()
.functions()
.parameters
.types
.assertTrue {
it.isInterface
}fun `all parrent interfaces are internal`() {
Konsist
.scopeFromProject()
.classes()
.parentInterfaces()
.assertTrue {
it.hasInternalModifier()
}
}Type Representation
Sorce
Declaration
Sorce
Declaration
Cast Extension
Type Check Extension
Type Represented By Class
Type Represented By Interface
Type Represented By Object
Type Represented By Type Alias
Type Represented By Import Alias
Type Represented By Kotlin Type
Type Represented Function Type
Type Represented By External Type
Last updated