blob: c31a26df1d863db553f4849746b98d3ea0ea947a [file] [log] [blame]
package test0279;
public class Test {
void foo() {
Class c = java.lang.String.class;
}
}