blob: 0773346ae2c5be40bb685984e98025b1cdffebea [file] [log] [blame]
package test0390;
class A {
int foo() {
return 0;
}
}