Skip to content

Commit c0f054a

Browse files
thk123Matthias Güdemann
thk123
authored and
Matthias Güdemann
committed
Removing redundant method from test
1 parent f494674 commit c0f054a

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
-75 Bytes
Binary file not shown.

regression/cbmc-java/lambda2/StaticMethodRef.java

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import java.util.function.BiFunction;
33

44
public class StaticMethodRef{
5-
public Integer test2(){return 2;}
65
public Integer Smr(Integer ctr) {
76
Function<Integer, Integer> func1 = Integer::valueOf;
87

0 commit comments

Comments
 (0)