mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-23 08:31:33 +00:00
7 lines
117 B
Java
7 lines
117 B
Java
package test;
|
|
|
|
import java.util.Comparator;
|
|
|
|
public interface SubstitutedSamInterface extends Comparator<String> {
|
|
}
|