8 lines
148 B
Java
8 lines
148 B
Java
![]() |
//: hiding/Pie.java
|
|||
|
// <20>2015 MindView LLC: see Copyright.txt
|
|||
|
// The other class.
|
|||
|
|
|||
|
class Pie {
|
|||
|
void f() { System.out.println("Pie.f()"); }
|
|||
|
} ///:~
|