g
Size: a a a
g
g
g
abstract type A end
module myModule
struct B <: A
fld
end
end
import Main.Ag
g
g
g
g
// Types.js
module Types
abstract type A end
end
// MyModule.jl
module MyModule
import ..Types: A
struct B <: A
field
end
end
g
include — дико. :)SV
AK
AK
g
SV
KT
I