We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c23c2 commit eaa04b7Copy full SHA for eaa04b7
2 files changed
java/ql/lib/semmle/code/java/frameworks/kotlin/Serialization.qll
@@ -1,5 +1,5 @@
1
/**
2
- * Provides classes and predicates for working with thi `kotlinx.serialization` plugin.
+ * Provides classes and predicates for working with the `kotlinx.serialization` plugin.
3
*/
4
5
import java
java/ql/src/Likely Bugs/Arithmetic/ConstantExpAppearsNonConstant.ql
@@ -10,7 +10,7 @@
10
11
12
13
-private import semmle.code.java.frameworks.kotlin.Serialization
+import semmle.code.java.frameworks.kotlin.Serialization
14
15
int eval(Expr e) { result = e.(CompileTimeConstantExpr).getIntValue() }
16
0 commit comments