GNOME Bugzilla – Bug 549646
Cannot create a property called 'type'
Last modified: 2008-09-27 11:12:46 UTC
Please describe the problem: If I create a property called 'type': public int type {set; get;} valac produce this output: #In file included from simple.c:2: #simple.h:40: error: tipos en conflicto para ‘simple_get_type’ #simple.h:38: error: la declaración previa de ‘simple_get_type’ estaba aquí #simple.c:62: error: tipos en conflicto para ‘simple_get_type’ #simple.c:38: error: la definición previa de ‘simple_get_type’ estaba aquí #error: cc exited with status 256 #Compilation failed: 1 error(s), 0 warning(s) The property with the same name produce another function called simple_get_type method. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 472259 ***