mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix interface test
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
fn test_cstring() {
|
fn test_cstring() {
|
||||||
w := c'world'
|
w := c'world'
|
||||||
hlen := C.strlen(c'hello')
|
hlen := C.strlen(c'hello')
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ fn (d Dog) name() string {
|
|||||||
return 'Dog'
|
return 'Dog'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn test_todo() {}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
interface Speaker {
|
interface Speaker {
|
||||||
name ()string
|
name ()string
|
||||||
|
|||||||
Reference in New Issue
Block a user