Public Class Test: ITESTINTERFACE // TEST To implement the ITESTINTERFACE interface, press Tab to automatically generate {public test () {}} when developed with VS development.
Public interface itestinterface () {public itestinterface () {} // This is an error, because the interface is a void func1 () that cannot be constructed.
-------------------------------------------------- --------------------
You can reproduce this bug: 1 in the steps below, create a new item 2 in VS, create a category, into the following code 3, stop the cursor on the ITestInterface of the first line, usually vs will prompt you " Tab '"4" 4, then press Tab "