parent
be5823069a
commit
d5c0bdf954
|
@ -7189,9 +7189,6 @@ fn (mut g Gen) interface_table() string {
|
||||||
if isym.kind != .interface_ {
|
if isym.kind != .interface_ {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if isym.info !is ast.Interface {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
inter_info := isym.info as ast.Interface
|
inter_info := isym.info as ast.Interface
|
||||||
if inter_info.is_generic {
|
if inter_info.is_generic {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue