GNOME Bugzilla – Bug 592369
compiler is complaining about indentation if there are comments
Last modified: 2009-08-23 04:02:54 UTC
the following program gives 2 compilation error (one per comment). in both cases, the compiler is 'expecting end of line' init var // i = 0 j = 0 if i != 0 //this is of course impossible print "something wrong"
Now fixed in master