Fix muted usage highlighter test by ignoring irrelevant highlighting

UsageHighlightingTestGenerated.testImplicitReturnExpressionsInLambdasNoHightlighting
This commit is contained in:
Nikolay Krasko
2019-09-12 16:19:43 +03:00
parent 7b8abc5457
commit 26bef2d109
2 changed files with 30 additions and 13 deletions
@@ -6,7 +6,7 @@ fun some(a: Int, b: Int) {
if (b > 100) {
101 + j
} else {
<info descr="null">~102</info> * j
~102 * j
}
} else {
return@run false