invoke the using example method

This commit is contained in:
Justin Donaldson 2013-08-21 22:36:45 -07:00
parent 580f1a4fe0
commit 93adb27cc6

View File

@ -489,6 +489,7 @@ class LearnHaxe3{
SimpleEnumTest.example();
ComplexEnumTest.example();
TypedefsAndStructuralTypes.example();
UsingExample.example();
}