7 lines
74 B
Java
Vendored
7 lines
74 B
Java
Vendored
class Foo {
|
|
Foo(int a, int b) {}
|
|
}
|
|
|
|
class C {
|
|
Foo f = new Foo(1, 2);
|
|
} |