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.
Literal::getLiteral()
1 parent 12d0f1a commit bf20b8eCopy full SHA for bf20b8e
java/ql/lib/semmle/code/java/Expr.qll
@@ -530,6 +530,9 @@ class Literal extends Expr, @literal {
530
* Gets a string representation of this literal as it appeared
531
* in the source code.
532
*
533
+ * For Kotlin the result might not match the exact representation
534
+ * used in the source code.
535
+ *
536
* **Important:** Unless a query explicitly wants to check how
537
* a literal was written in the source code, the predicate
538
* `getValue()` (or value predicates of subclasses) should be
0 commit comments