NegatedExpressionWithDemorgansLaw may produce code with error
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// SKIP_ERRORS_AFTER
|
||||||
operator fun String.not(): Boolean {
|
operator fun String.not(): Boolean {
|
||||||
return length == 0
|
return length == 0
|
||||||
}
|
}
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// SKIP_ERRORS_AFTER
|
||||||
operator fun String.not(): Boolean {
|
operator fun String.not(): Boolean {
|
||||||
return length == 0
|
return length == 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user