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:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user