~ is a reserved symbol for private package... so that what i want to be written as ~Foo() appears like this : . What can I do ?
(--------)
You can prefix it with a visibility indicator, such as + for public, so you'd write: +~Foo()