vfmt: add a regression test for `type SocketMessageFn = fn (mut c Client, msg &Message) ?
parent
cd9bb51af2
commit
3dfe242dbb
|
@ -0,0 +1 @@
|
|||
pub type SocketMessageFn = fn (mut c Client, msg &Message) ?
|
|
@ -1,3 +0,0 @@
|
|||
type Foo = fn (a int)?
|
||||
|
||||
type Foo2 = fn (num int)?int
|
Loading…
Reference in New Issue