Hey Guys!! Just a curiosity... I have realized that when I have a class that is used from another package in a file "a.kt" for example, and I want to add an internal class to the same file "a.kt" I receive an error: "Internal is not applicable to local class". Anyone knows the cause?
h
hho
02/21/2019, 4:33 PM
can you show the code? I don't understand what you're trying to do
hho
02/21/2019, 4:34 PM
I think you might be confusing
internal
with
inner
?
d
David Cuesta
02/22/2019, 7:42 AM
I was trying to send you the code but today I have tried to reproduce the error again and know the IDE is not detecting that, maybe it was an IDE problem. I referred to