Enable basic spell check for Kotlin
#KT-4272 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package kara.internal
|
||||
|
||||
/* Test <TYPO descr="Typo: In word 'somthing'">somthing</TYPO> */
|
||||
class <TYPO descr="Typo: In word 'Moree'">Moree</TYPO>Fun {
|
||||
fun <TYPO descr="Typo: In word 'wrte'">wrte</TYPO>() {
|
||||
val <TYPO descr="Typo: In word 'childen'">childen</TYPO> = 12
|
||||
val <warning descr="[UNUSED_VARIABLE] Variable 'come' is never used">come</warning> = childen
|
||||
wrte()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user