mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
table: interfaces: unique gen_types
This commit is contained in:
@@ -46,6 +46,7 @@ fn test_perform_speak() {
|
||||
perform_speak(dog)
|
||||
cat := Cat{}
|
||||
perform_speak(cat)
|
||||
perform_speak(Cat{})
|
||||
perform_speakers([dog, cat])
|
||||
/*
|
||||
f := Foo {
|
||||
|
||||
Reference in New Issue
Block a user