Created
May 17, 2018 19:39
-
-
Save pydemo/e7133ccd70c27e1a25be4f3b9ba7eb62 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scala> :paste -raw | |
// Entering paste mode (ctrl-D to finish) | |
package Foo | |
class Bar | |
// Exiting paste mode, now interpreting. | |
scala> import Foo._ | |
import Foo._ | |
scala> new Bar | |
res1: Foo.Bar = Foo.Bar@3ee2cf81 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment