mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-24 00:21:34 +00:00
10 lines
258 B
Java
10 lines
258 B
Java
package test;
|
|
|
|
import java.util.*;
|
|
|
|
public class SeveralSamParameters {
|
|
public static String findMaxAndInvokeCallback(Comparator<String> comparator, String a, String b, Runnable afterRunnable) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
}
|