Skip to content

Commit

Permalink
Update Writerside/topics/In-memory-file-analysis.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Pennekamp <[email protected]>
  • Loading branch information
yanex and marcopennekamp authored Feb 20, 2025
1 parent 816ff51 commit 47caad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Writerside/topics/In-memory-file-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ file.contextModule = contextModule
If the context module includes a dependency to the Kotlin Standard library, the analysis will no longer produce errors.

The created file can reference declarations from the context module, including `internal` ones.
However, no matter what is be written in our newly created file, it will not affect resolution of our context file.
However, no matter the content of our newly created file, it will not affect resolution of our context file.
Such as, if we declare a function in the `file`, it will not be visible from the `contextFile`.

Here is the complete code of our example:
Expand Down

0 comments on commit 47caad7

Please sign in to comment.