Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created January 16, 2015 09:16
Show Gist options
  • Save ostretsov/03fb7302b47fc572f4c1 to your computer and use it in GitHub Desktop.
Save ostretsov/03fb7302b47fc572f4c1 to your computer and use it in GitHub Desktop.
package object test {
val a = 1
val b = 2
class C
trait D extends C
// write here anything you like
}
package test {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment