mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
10 lines
110 B
Java
Vendored
10 lines
110 B
Java
Vendored
class J<T> {
|
|
public J(T n) {
|
|
|
|
}
|
|
|
|
public class Foo<U> {
|
|
public Foo(U u) {
|
|
}
|
|
}
|
|
} |