4 lines
43 B
JavaScript
4 lines
43 B
JavaScript
function* foo() {
|
|
if (true) function.;
|
|
}
|
function* foo() {
|
|
if (true) function.;
|
|
}
|