import Builtins
public class Builtins(object):
public static def DoIt() as bool:
return true
public def constructor():
super()
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute]
public final transient class BOO-999-1Module(object):
private static def Main(argv as (string)) as void:
a = DoIt()
Boo.Lang.Builtins.print(a)
private def constructor():
super()
Leaving Boo.Lang.Compiler.Steps.PrintBoo
testcases\regression\BOO-999-1.boo(7,5): BCE0005: Boo.Lang.Compiler.CompilerError: Unknown identifier: 'DoIt'.
No, wait. Revision 2750.
Ok, I'm stupid. Revision 2751.
(Move along; nothing to see here...)