We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891e8c9 commit 8efa6f5Copy full SHA for 8efa6f5
lib/src/main/kotlin/com/lemonappdev/konsist/api/provider/KoSourceDeclarationProvider.kt
@@ -38,8 +38,7 @@ interface KoSourceDeclarationProvider : KoBaseProvider {
38
* scope
39
* .properties()
40
* .types
41
- * .sourceDeclarations
42
- * .assertTrue { it is KoInterfaceDeclaration }
+ * .assertTrue { it.isInterface }
43
* ```
44
*/
45
val sourceDeclaration: KoBaseTypeDeclaration
0 commit comments