https://bugs.kde.org/show_bug.cgi?id=397909
--- Comment #7 from Ralf Habacker <ralf.habac...@freenet.de> --- Created attachment 114654 --> https://bugs.kde.org/attachment.cgi?id=114654&action=edit screenshot from imported vala test file For a quick impression 1. I downloaded the code fragment from https://wiki.gnome.org/Projects/Vala/GIOSamples#Asynchronous_File_Listing to test.vala 2. created a symbolic link named test.cs 3. Imported test.cs with c# importer The appended screenshot shows the result: 1. The class ASyncGIOSample was imported with inheritance correctly 2. the attribue 'model' has been imported with visibility and correct type 3. The constructor has been imported correctly 4. method 'list_directory' shows some errors 4.1 'async' has been wrongly imported as type 4.2 the name of the method is 'voidlist_directory(){stdout.printf("Start scanning home directory\n")', which is incorrect -- You are receiving this mail because: You are watching all bug changes.