mirror of https://github.com/sveltejs/svelte
parent
2a92b36472
commit
d752959ef1
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"message": "Cannot bind to rvalue",
|
||||||
|
"pos": 19,
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 19
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
<input bind:value='a + b'>
|
Loading…
Reference in new issue