From 21b16213800f5d75edd35745b9fddb8e54069433 Mon Sep 17 00:00:00 2001 From: will-obrien <33824138+will-obrien@users.noreply.github.com> Date: Fri, 16 Aug 2019 21:46:29 +1000 Subject: [PATCH] Update newfile.cls --- newfile.cls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newfile.cls b/newfile.cls index bf6aa74..9a0fded 100644 --- a/newfile.cls +++ b/newfile.cls @@ -4,6 +4,8 @@ public global with sharing class MyClass { public void coolMethod(Integer param){ param = 4; } + + //trigger comment public void badMethod(){ Integer x = 5; x = x;