class constructor
This commit is contained in:
parent
31e199f5f9
commit
d5703bfb50
@ -28,5 +28,4 @@ class Clerk constructor(name: String, age: Int) {
|
||||
fun main(args: Array<String>) {
|
||||
Clerk("朵", 15).say()
|
||||
Clerk("朵儿", 15, 2).say()
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user