8 lines
148 B
Java
Raw Normal View History

2015-06-15 17:47:35 -07:00
//: hiding/Pie.java
// <20>2015 MindView LLC: see Copyright.txt
// The other class.
class Pie {
void f() { System.out.println("Pie.f()"); }
} ///:~