=== tests/cases/compiler/b.ts === /// interface I3 { >I3 : I3 } === tests/cases/compiler/a.ts === /*! Keep this pinned comment */ interface I { >I : I } // Don't keep this comment. interface I2 { >I2 : I2 }