blob: dd4dd2d8df7bb3eb6594134524c3295cf7b7be33 [file] [log] [blame]
//This is a test for JDK_15 LanguageLevel
public class Test {
void foo () {
int x = 4;
((Integer) x).toString();
}
}