mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
92 B
Java
8 lines
92 B
Java
class A {
|
|
public A() {}
|
|
|
|
public A(String x) {}
|
|
|
|
public A(long l, double z) {}
|
|
}
|