Files
kotlin-fork/compiler/tests/org/jetbrains/kotlin
Alexander Udalov 8c21ff66a4 Always treat all sources as parts of the module being compiled
If a path to the module-info.java file is passed as an argument, we
should treat all other source files passed as arguments (either as
individual source files or inside a source directory) as members of that
module. Previously we treated other source files as members of the
unnamed module, and this resulted in incorrect errors when using a
member exported with a qualification from another named module, for
example

 #KT-18598 In Fixed
2017-06-29 15:59:57 +03:00
..
2017-06-11 18:13:49 +03:00
2017-01-19 09:53:17 +03:00
2017-06-05 10:27:38 +03:00