Update of German translation
[geany-mirror.git] / tests / ctags / bug1830344.cs
blob2552089ac956099b5dbb6caf2c6944659d8dbb2e
1 public class C {
2 public void m() {
3 bool flagCheck = true;
4 if (flagCheck == true) {
5 Console.WriteLine("true");
6 } else {
7 Console.WriteLine("false");