Skip to content

Commit 70d3be0

Browse files
committed
Java: Fix test.
1 parent b519f13 commit 70d3be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/test/library-tests/dispatch/ViableCallable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
class ViableCallable {
2+
public class ViableCallable {
33
public <T1, T2, T3> void Run(C1<T1, T2> x1, C1<T1[], T2> x2, T1 t1, T1[] t1s) {
44
// Viable callables: C2.M(), C3.M(), C4.M(), C5.M(), C6.M(), C7.M(), C8.M(), C9.M()
55
x1.M(t1, 8);

0 commit comments

Comments
 (0)