4 lines
80 B
Kotlin
4 lines
80 B
Kotlin
class ClassWithConstructor(
|
|
nullable: String?,
|
|
notNull: String
|
|
) |