1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

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();
}