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