This website requires JavaScript.
Explore
Help
Sign In
XS-MLVP
/
swig
mirror of
https://github.com/swig/swig.git
Watch
0
Star
0
Fork
You've already forked swig
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
swig
/
Examples
/
test-suite
/
lua
/
inherit_runme.lua
5 lines
85 B
Lua
Raw
Permalink
Blame
History
require
(
"
inherit
"
)
local
der
=
inherit.CDerived
(
)
assert
(
der
:
Foo
(
)
==
"
CBase::Foo
"
)
Reference in New Issue
View Git Blame
Copy Permalink