Created
January 16, 2015 09:10
-
-
Save ostretsov/d3e90b61be4ae8c864fb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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