Add call checker to report error more granulary if possible
This, however, works only for calls of 'synchronized' only. Thus, it does not support inline functions of any kind.
This commit is contained in:
@@ -561,6 +561,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/suppressAllWarningsJvm.args");
|
||||
}
|
||||
|
||||
@TestMetadata("suspensionPointInMonitor.args")
|
||||
public void testSuspensionPointInMonitor() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/suspensionPointInMonitor.args");
|
||||
}
|
||||
|
||||
@TestMetadata("syntheticAccessorForPropertiesSignatureClash.args")
|
||||
public void testSyntheticAccessorForPropertiesSignatureClash() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/syntheticAccessorForPropertiesSignatureClash.args");
|
||||
|
||||
Reference in New Issue
Block a user