parent
86719c5de9
commit
1028f0b59e
|
@ -0,0 +1,8 @@
|
||||||
|
import v.fmt.tests.obj
|
||||||
|
|
||||||
|
struct GenericStruct<A, B> {
|
||||||
|
}
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
_ := GenericStruct<obj.Test, obj.Test>{}
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
module obj
|
||||||
|
|
||||||
|
pub struct Test {}
|
Loading…
Reference in New Issue