*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4462 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b080f6c64e
commit
b23b25d118
5 changed files with 34 additions and 0 deletions
12
Examples/test-suite/ruby/static_const_member_2_runme.rb
Normal file
12
Examples/test-suite/ruby/static_const_member_2_runme.rb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
require 'static_const_member_2'
|
||||
|
||||
include Static_const_member_2
|
||||
|
||||
c = Test_int.new
|
||||
a = Test_int::Forward_field # should be available as a class constant
|
||||
a = Test_int::Current_profile # should be available as a class constant
|
||||
a = Test_int::RightIndex # should be available as a class constant
|
||||
a = Test_int::Backward_field # should be available as a class constant
|
||||
a = Test_int::LeftIndex # should be available as a class constant
|
||||
a = Test_int.cavity_flags
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue