Repro.bar C# (CSharp) Method

bar() private method

private bar ( ) : int
return int
	private int bar()
	{
		return 42;
	}
}