diff --git a/sgd/reproduction/playground/classes/Test.cls b/sgd/reproduction/playground/classes/Test.cls index 6cc255b..0c8eedc 100644 --- a/sgd/reproduction/playground/classes/Test.cls +++ b/sgd/reproduction/playground/classes/Test.cls @@ -1,4 +1,5 @@ - public class Test { - + public static void sayHello(){ + System.debug('Test Feature-1'); + } } \ No newline at end of file diff --git a/sgd/reproduction/playground/classes/Test2.cls b/sgd/reproduction/playground/classes/Test2.cls new file mode 100644 index 0000000..4204526 --- /dev/null +++ b/sgd/reproduction/playground/classes/Test2.cls @@ -0,0 +1,5 @@ +public with sharing class Test2 { + public Test2() { + System.debug('Test 2'); + } +} \ No newline at end of file diff --git a/sgd/reproduction/playground/classes/Test2.cls-meta.xml b/sgd/reproduction/playground/classes/Test2.cls-meta.xml new file mode 100644 index 0000000..998805a --- /dev/null +++ b/sgd/reproduction/playground/classes/Test2.cls-meta.xml @@ -0,0 +1,5 @@ + + + 62.0 + Active +