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 80163c5 commit 5d3166cCopy full SHA for 5d3166c
java/kotlin-extractor/src/main/kotlin/comments/CommentExtractor.kt
@@ -45,7 +45,7 @@ open class CommentExtractor(
45
// The actual extractor logic is a bit more nuanced than
46
// just "isFake", but just checking isFake is good enough
47
// to not bother with a warning.
48
- if(element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) {
+ if (element !is IrDeclarationWithVisibility || !fileExtractor.isFake(element)) {
49
logger.warn("Couldn't get existing label for $label")
50
}
51
return null
0 commit comments