4 lines
82 B
Kotlin
4 lines
82 B
Kotlin
package pack
|
|
|
|
class C(a: Int = 1, b: Int = 2, c: Int = 3, d: Int = 4, e: Int = 5)
|