mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
generics: generic call inside generic call; checker: check mut args at call
This commit is contained in:
parent
f0a9b88ac4
commit
81b44dc2c9
9 changed files with 50 additions and 29 deletions
|
@ -17,7 +17,7 @@ fn main() {
|
|||
vweb.run<App>(port)
|
||||
}
|
||||
|
||||
pub fn (mut app App) init() {
|
||||
pub fn (app App) init() {
|
||||
app.vweb.handle_static('.')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue