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