8 lines
58 B
Plaintext
8 lines
58 B
Plaintext
// child file
|
|
box Child {
|
|
hello() {
|
|
return 1
|
|
}
|
|
}
|
|
|