NegatedExpressionWithDemorgansLaw may produce code with error

This commit is contained in:
Natalia Ukhorskaya
2015-12-16 16:39:13 +03:00
parent 7f0065c806
commit fc7c45d4d0
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
// SKIP_ERRORS_AFTER
operator fun String.not(): Boolean {
return length == 0
}
@@ -1,3 +1,4 @@
// SKIP_ERRORS_AFTER
operator fun String.not(): Boolean {
return length == 0
}