5 lines
63 B
Kotlin
5 lines
63 B
Kotlin
package test
|
|
|
|
public open class ConstructorWithoutParams() {
|
|
}
|
package test
|
|
|
|
public open class ConstructorWithoutParams() {
|
|
}
|