Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created January 16, 2015 09:10
Show Gist options
  • Save ostretsov/d3e90b61be4ae8c864fb to your computer and use it in GitHub Desktop.
Save ostretsov/d3e90b61be4ae8c864fb to your computer and use it in GitHub Desktop.
package test {
class Inner {
val pi = 3.1415
}
package innerTest {
private[test] class Inner2 {
val e = 2.7182
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment