mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Kotlin: Fix spelling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user