/// //// class Dictionary { //// } //// //// module Maps { //// class C1 extends D/*1*/ictionary { } //// /*2*/ //// } //// // Sanity check: type name here should include the type parameter goTo.marker('1'); verify.quickInfoIs('class Dictionary'); // Add a similar class -- name does not match goTo.marker('2'); edit.insert("class C2 extends Dictionary { }"); edit.moveLeft('ictionary { }'.length); verify.quickInfoIs('class Dictionary');