2015-11-03 12:00:44 -08:00

7 lines
100 B
Java

// hiding/Pie.java
// The other class.
class Pie {
void f() { System.out.println("Pie.f()"); }
}