Last active
November 29, 2018 07:11
-
-
Save Sottti/1d9e8cba8b643893ab0df81f136902ec 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
// SameModule.kt file | |
// numberThree is visible because this file is in the same module than Internal.kt | |
// numberEight is visible because this file is in the same module than User | |
private const val numberEleven = numberThree.plus(User().numberEight) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment