Files
kotlin-fork/idea/resources/inspectionDescriptions/RedundantSemicolon.html
T
Valentin Kipyatkov 306edef23c Highlighting of redundant semicolons
#KT-5010 Fixed
2016-04-29 11:23:22 +03:00

6 lines
138 B
HTML

<html>
<body>
This inspection reports redundant semicolon (';') token which is not required in Kotlin and may be removed.
</body>
</html>