I20191007-1800
void test() {
String x = "5";
Integer.valueOf(x).var$
}
resulted in
void test() {
String x = "5";
String name = Integer.valueOf(x);$
}
Change-Id: I6821fc70e4a467477f3a0c28375a4fba734414b8
Signed-off-by: Sebastian Ratz <sebastian.ratz@sap.com>