4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
|
import "foo"; // This is a comment.
|
||
|
import "bar"// And so is this.
|
||
|
var bar;
|