Skip to content

Commit 4308d91

Browse files
authored
Update Math.java
1 parent ece9e86 commit 4308d91

File tree

1 file changed

+0
-2
lines changed
  • packages/core/src/testFixtures/workspaceFolder/testGenFolder/src/main

1 file changed

+0
-2
lines changed

packages/core/src/testFixtures/workspaceFolder/testGenFolder/src/main/Math.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
* Math functions
33
*/
44
public class Math {
5-
65
public int add(int a, int b) {
76
return a + b;
87
}
9-
108
}

0 commit comments

Comments
 (0)