We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
map
1 parent 80ef3a5 commit 225913cCopy full SHA for 225913c
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt
@@ -637,7 +637,7 @@ open class KotlinFileExtractor(
637
if (c.kind == ClassKind.ANNOTATION_CLASS) {
638
c.declarations
639
.filterIsInstance<IrProperty>()
640
- .map {
+ .forEach {
641
val getter = it.getter
642
if (getter == null) {
643
logger.warnElement("Expected an annotation property to have a getter", it)
0 commit comments