Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
plugins
/
java-i18n
/
testData
/
inspections
/
spellchecker
/
MethodName.java
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
>()
{
}
}