blob: 483f4599890d87c7356c77e89659099f72326e4e [file] [log] [blame]
package test0394;
class A {
String foo() {
return null;
}
}