6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
namespace test
|
|
|
|
public open class ConstructorWithoutParams : java.lang.Object {
|
|
public constructor ConstructorWithoutParams()
|
|
}
|