File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ permalink: /overviews/quasiquotes/:title.html
120
120
| Quasiquote | Type
121
121
------------------------------|-----------------------------------------------------------------------------------------------------------------------------|-----------
122
122
[ Val] [ 401 ] | ` q"$mods val $tname: $tpt = $expr" ` or ` q"$mods val $pat = $expr" ` | ValDef
123
- [ Var] [ 401 ] | ` q"$mods var $tname: $tpt = $expr" ` or ` q"$mods val $pat = $expr" ` | ValDef
123
+ [ Var] [ 401 ] | ` q"$mods var $tname: $tpt = $expr" ` or ` q"$mods var $pat = $expr" ` | ValDef
124
124
[ Val Pattern] [ 403 ] | ` q"$mods val $pat: $tpt = $expr" ` | Tree
125
125
[ Var Pattern] [ 404 ] | ` q"$mods var $pat: $tpt = $expr" ` | Tree
126
126
[ Method] [ 403 ] | ` q"$mods def $tname[..$tparams](...$paramss): $tpt = $expr" ` | DefDef
You can’t perform that action at this time.
0 commit comments