7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
fn doStuff() {
|
|
let i = {
|
|
return 234.5;
|
|
};
|
|
|
|
return i;
|
|
} |