Join Slack
Powered by
Does anyone know what `friend modules` are?
# javascript
c
Cody Sehl
12/08/2017, 11:08 PM
Does anyone know what
friend modules
are?
n
napperley
12/11/2017, 8:41 AM
Are you referring to visibility? There is a mention of
friend
here:
https://discuss.kotlinlang.org/t/kotlin-to-support-package-protected-visibility/1544/22
Kotlin doesn't have
friend
visibility.
17
Views
Open in Slack
Previous
Next