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