blob: 7a6072e63b50ddf793a4a5370b9cc0c71afed8be [file] [log] [blame]
package testData.inspection;
class SPITest4 {
public void method<TYPO descr="Typo: In word 'Ttest'">Ttest</TYPO>WithMistake() { }
public void <TYPO descr="Typo: In word 'methad'">methad</TYPO>() { }
}