4 lines
29 B
JavaScript
4 lines
29 B
JavaScript
function* a() {
|
|
yield 1;
|
|
}
|
function* a() {
|
|
yield 1;
|
|
}
|