Simple class such as
public class A {
}
will have default ctor reported at 1:8 ('class').
If default ctor is declared, only that info is reported.
public class A {
}
will have default ctor reported at 1:8 ('class').
If default ctor is declared, only that info is reported.