Skip to content

Commit 8efa6f5

Browse files
authored
Update Kdoc (#915)
1 parent 891e8c9 commit 8efa6f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/main/kotlin/com/lemonappdev/konsist/api/provider/KoSourceDeclarationProvider.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ interface KoSourceDeclarationProvider : KoBaseProvider {
3838
* scope
3939
* .properties()
4040
* .types
41-
* .sourceDeclarations
42-
* .assertTrue { it is KoInterfaceDeclaration }
41+
* .assertTrue { it.isInterface }
4342
* ```
4443
*/
4544
val sourceDeclaration: KoBaseTypeDeclaration

0 commit comments

Comments
 (0)