mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-25 00:21:28 +00:00
10 lines
163 B
Java
Vendored
10 lines
163 B
Java
Vendored
package test;
|
|
|
|
import java.util.*;
|
|
|
|
public class CustomProjectionKind {
|
|
public List<Number> foo() {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
}
|