Last active
November 29, 2018 07:10
-
-
Save Sottti/0b35fc04307a04f15923078248f4ce23 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
// DifferentModule.kt file | |
// ERROR: numberThree is not visible because this file is in a different module than Internal.kt | |
// ERROR: numberEight is not visible because User() is in a different module than Internal.kt | |
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