Should `internal` field be visible from the test c...
# announcements
r
Should
internal
field be visible from the test code? It works when I run compile and test tasks from Gradle, but when I work with code in IntelliJ it is marked as an error.
The error is:
Cannot access [FIELD]: it is internal in [CLASS]
I have standard project layout:
src/main/kotlin
and
src/test/kotlin
could this be some kind of Kotlin/JS bug (the project is Kotlin/JS target)?
r
thx, looks similar, I'm working with 1.3.72 as well
I'm sure it wasn't that way some time ago, because I've written this code in IntelliJ :)
well, I'll just have to wait till 1.4