const and tabs

pull/7432/head
Nayan Gautam 4 years ago
parent 54ac8dd050
commit 5ca6663842

@ -1,7 +1,7 @@
<script>
import { setContext } from 'svelte';
let a = {};
let b = setContext('foo', a);
const a = {};
const b = setContext('foo', a);
</script>
<div>{a === b}</div>

Loading…
Cancel
Save