2015-05-29 14:18:51 -07:00

8 lines
148 B
Java

//: access/Pie.java
// ©2015 MindView LLC: see Copyright.txt
// The other class.
class Pie {
void f() { System.out.println("Pie.f()"); }
} ///:~