mirror of https://github.com/sveltejs/svelte
parent
54ac8dd050
commit
5ca6663842
@ -1,7 +1,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { setContext } from 'svelte';
|
import { setContext } from 'svelte';
|
||||||
let a = {};
|
const a = {};
|
||||||
let b = setContext('foo', a);
|
const b = setContext('foo', a);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div>{a === b}</div>
|
<div>{a === b}</div>
|
||||||
|
|||||||
Loading…
Reference in new issue