2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0177.cs
blob0aaa52299d6bfe14ebd7659b3417b1604ba80bdc
1 // cs0177.cs: The out parameter `display' must be assigned to before control leaves the current method
2 // Line: 5
4 class ClassMain {
5 void Error(out bool display) {
8 public static void Main() {