mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
[Java] Add CharacterLiteral to CompileTimeConstantExpr.getStringValue
This commit is contained in:
@@ -88,5 +88,7 @@ class Values {
|
||||
int var_local = final_local; //42
|
||||
int var_param = notConstant; //Not constant
|
||||
int var_nonfinald_local = var_field; //Not constant
|
||||
String concatinatedString = "a" + "b"; //ab
|
||||
String concatinatedChar = "ab" + 'c'; //abc
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user