Merge branch 'master' into 7.0.x
This commit is contained in:
@ -303,4 +303,21 @@ public class SerializerException extends Exception {
|
||||
]]></code>
|
||||
</test-code>
|
||||
|
||||
<test-code>
|
||||
<description>Enum members</description>
|
||||
<expected-problems>0</expected-problems>
|
||||
<code><![CDATA[
|
||||
public enum AsyncApexJobType {
|
||||
Future,
|
||||
SharingRecalculation,
|
||||
ScheduledApex,
|
||||
BatchApex,
|
||||
BatchApexWorker,
|
||||
TestRequest,
|
||||
TestWorker,
|
||||
ApexToken,
|
||||
Queueable
|
||||
}
|
||||
]]></code>
|
||||
</test-code>
|
||||
</test-data>
|
||||
|
Reference in New Issue
Block a user