5 lines
84 B
Kotlin
5 lines
84 B
Kotlin
package test
|
|
|
|
public open class ConstructorWithoutParams() : java.lang.Object() {
|
|
}
|