1
0
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:
Alexander Medvednikov
2020-04-30 16:48:46 +02:00
parent 473617f061
commit 20013e4b4b
2 changed files with 4 additions and 1 deletions

View File

@@ -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 {