blob: 4bf68a8f2121dd4c12bbb1319cf49c46b31e61fc [file] [log] [blame]
package p4;
public class A {
class Inner {
public int amount() {
return 1;
}
}
}