Support deserialized contracts in common code
#KT-26687 Fixed
This commit is contained in:
Generated
+5
@@ -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/");
|
||||
|
||||
Reference in New Issue
Block a user