We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b519f13 commit 70d3be0Copy full SHA for 70d3be0
java/ql/test/library-tests/dispatch/ViableCallable.java
@@ -1,5 +1,5 @@
1
2
-class ViableCallable {
+public class ViableCallable {
3
public <T1, T2, T3> void Run(C1<T1, T2> x1, C1<T1[], T2> x2, T1 t1, T1[] t1s) {
4
// Viable callables: C2.M(), C3.M(), C4.M(), C5.M(), C6.M(), C7.M(), C8.M(), C9.M()
5
x1.M(t1, 8);
0 commit comments