Kotlin: Fix spelling

This commit is contained in:
Anders Fugmann
2026-01-05 14:20:27 +01:00
parent eb37255c4b
commit 4d7c84178a

View File

@@ -2975,7 +2975,7 @@ open class KotlinFileExtractor(
val locId = tw.getLocation(s)
tw.writeStmts_block(blockId, parent, idx, callable)
tw.writeHasLocation(blockId, locId)
// For Kotlin < 2.3, s.delegate is not-nullable. Cast to a be nullable,
// For Kotlin < 2.3, s.delegate is not-nullable. Cast to be nullable,
// as a workaround to silence warnings for kotlin < 2.3 about the elvis
// operator being redundant.
// For Kotlin >= 2.3, the cast is redundant, so we need to silence that warning