Guest User

Untitled

a guest
Mar 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. package x.y.z
  2.  
  3. private[z] class ExampleClass {
  4. // class body
  5. }
  6.  
  7. package x.y.z
  8.  
  9. private class ExampleClass {
  10. // class body
  11. }
Add Comment
Please, Sign In to add comment