mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
generics: generic call inside generic call; checker: check mut args at call
This commit is contained in:
@ -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('.')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user