Support deserialized contracts in common code

#KT-26687 Fixed
This commit is contained in:
Denis Zharkov
2018-09-16 23:58:11 +03:00
parent ed8aad6149
commit 956f8ad5e9
11 changed files with 126 additions and 2 deletions
@@ -44,6 +44,11 @@ public class MultiPlatformHighlightingTestGenerated extends AbstractMultiPlatfor
runTest("idea/testData/multiModuleHighlighting/multiplatform/catchHeaderExceptionInPlatformModule/");
}
@TestMetadata("contracts")
public void testContracts() throws Exception {
runTest("idea/testData/multiModuleHighlighting/multiplatform/contracts/");
}
@TestMetadata("depends")
public void testDepends() throws Exception {
runTest("idea/testData/multiModuleHighlighting/multiplatform/depends/");