mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: remove it
smartcast and replace with original variable name (#5764)
This commit is contained in:
@@ -33,7 +33,7 @@ fn wait() {
|
||||
|
||||
fn (l Lander) land(w World) {
|
||||
if w is Mars {
|
||||
for it.dust_storm() {
|
||||
for w.dust_storm() {
|
||||
wait()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user