MPP: analyze platform sources with expectedBy common sources

This allows to emulate current compiler behaviour

Introduce CombinedModuleInfo which is a combination of several other modules intended to be analyzed together
This commit is contained in:
Pavel V. Talanov
2018-04-11 17:42:58 +02:00
parent 94dfcba5c5
commit 94fe170b7b
9 changed files with 109 additions and 33 deletions
@@ -6,10 +6,11 @@ expect class <error descr="[NO_ACTUAL_FOR_EXPECT] Expected class 'His' has no ac
}
// NOTE: can declare expect and actual in platform module
expect class Their {
}
actual class <error descr="[ACTUAL_WITHOUT_EXPECT] Actual class 'Their' has no corresponding expected declaration">Their</error> {
actual class Their {
}