Guest User

Untitled

a guest
May 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. scala> :paste -raw
  2. // Entering paste mode (ctrl-D to finish)
  3.  
  4. package Foo
  5.  
  6. class Bar
  7.  
  8. // Exiting paste mode, now interpreting.
  9.  
  10.  
  11. scala> import Foo._
  12. import Foo._
  13.  
  14. scala> new Bar
  15. res1: Foo.Bar = Foo.Bar@3ee2cf81
Add Comment
Please, Sign In to add comment