BOO-999
[boo.git] / tests / testcases / errors / BCE0032-1.boo
bloba7d66174fa3fe5e3ff9ebe5ae6acc838f88ea185
1 """
2 BCE0032-1.boo(9,19): BCE0032: The event 'BooCompiler.Tests.Clickable.Click' expects a callable reference compatible with 'System.EventHandler'.
3 """
4 import BooCompiler.Tests from BooCompiler.Tests
6 def click(sender, arg as int):
7 pass
9 Clickable().Click += click