blob: 577344f5f3cbca1996ce1cebd0fdf70f705a3620 [file] [log] [blame]
package 5;
/* Test case for bug 48350 IType#resolveType(String) fails on local types */
public class A {
void foo() {
class Local {
void bar() {
}
}
}
}