Skip to content

Instantly share code, notes, and snippets.

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