Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef22194 commit ba56517Copy full SHA for ba56517
1 file changed
java/ql/lib/semmle/code/java/Variable.qll
@@ -9,6 +9,9 @@ class Variable extends @variable, Annotatable, Element, Modifiable {
9
/** Gets the type of this variable. */
10
/*abstract*/ Type getType() { none() }
11
12
+ /** Gets the Kotlin type of this variable. */
13
+ /*abstract*/ KotlinType getKotlinType() { none() }
14
+
15
/** Gets an access to this variable. */
16
VarAccess getAnAccess() { variableBinding(result, this) }
17
0 commit comments