7 lines
100 B
Java
Raw Normal View History

2015-09-07 11:44:36 -06:00
// hiding/Pie.java
2015-06-15 17:47:35 -07:00
// The other class.
class Pie {
void f() { System.out.println("Pie.f()"); }
2015-09-07 11:44:36 -06:00
}