mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Kotlin: fix warning
This commit is contained in:
@@ -6957,7 +6957,7 @@ open class KotlinFileExtractor(
|
||||
tw.writeExprs_stringliteral(id, type.javaResult.id, parent, idx)
|
||||
tw.writeExprsKotlinType(id, type.kotlinResult.id)
|
||||
extractExprContext(id, locId, enclosingCallable, enclosingStmt)
|
||||
tw.writeNamestrings(toQuotedLiteral(v.toString()), v.toString(), id)
|
||||
tw.writeNamestrings(toQuotedLiteral(v), v, id)
|
||||
}
|
||||
}
|
||||
v == null -> {
|
||||
|
||||
Reference in New Issue
Block a user