9 lines
97 B
JavaScript
9 lines
97 B
JavaScript
// This just tests that we do not get any compile errors.
|
|
|
|
{
|
|
`abc`
|
|
}
|
|
|
|
(function() {
|
|
`def`
|
|
}); |