Created
January 23, 2012 20:04
-
-
Save bamboo/1665270 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IL_0000: ldarg.0 | |
IL_0001: ldfld class CompilerGenerated.__test_flakeDelegate$callable0$4_21__ test::flakeDelegate | |
IL_0006: ldnull | |
IL_0007: call bool class [mscorlib]System.MulticastDelegate::op_Inequality(class [mscorlib]System.MulticastDelegate, class [mscorlib]System.MulticastDelegate) | |
IL_000c: brfalse IL_0021 | |
IL_0011: ldarg.0 | |
IL_0012: ldfld class CompilerGenerated.__test_flakeDelegate$callable0$4_21__ test::flakeDelegate | |
IL_0017: callvirt instance void class CompilerGenerated.__test_flakeDelegate$callable0$4_21__::Invoke() | |
IL_001c: br IL_002b | |
IL_0021: ldstr "Default Flake()" | |
IL_0026: call void class [Boo.Lang]Boo.Lang.Builtins::print(object) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment