Skip to content

Instantly share code, notes, and snippets.

@pydemo
Created May 17, 2018 19:39
Show Gist options
  • Save pydemo/e7133ccd70c27e1a25be4f3b9ba7eb62 to your computer and use it in GitHub Desktop.
Save pydemo/e7133ccd70c27e1a25be4f3b9ba7eb62 to your computer and use it in GitHub Desktop.
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