Minor, fix warnings on new stdlib API
In modules where allWarningsAsErrors is not yet enabled.
This commit is contained in:
+2
-2
@@ -58,10 +58,10 @@ object HLDiagnosticConverter {
|
||||
}
|
||||
|
||||
private fun DiagnosticData.getHLDiagnosticClassName() =
|
||||
name.toLowerCase()
|
||||
name.lowercase()
|
||||
.split('_')
|
||||
.joinToString(separator = "") {
|
||||
it.capitalize()
|
||||
it.replaceFirstChar(Char::uppercaseChar)
|
||||
}
|
||||
|
||||
private fun DiagnosticData.getHLDiagnosticImplClassName() =
|
||||
|
||||
Reference in New Issue
Block a user