blob: 89721d3ace906b60b4b6c322fc067fa6939f2abe [file] [log] [blame]
class StartsWithPrimitive {
String foo(int i) {
return String.valueOf(i);
}
}