fix PsiCheckerTestGenerated according to removed "property with backing field" highlighting

This commit is contained in:
Dmitry Jemerov
2016-05-25 20:10:01 +02:00
parent 14559bfae0
commit b37ac4f783
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ fun objectExpression() {
val <info descr="Value captured in a closure">u2</info> = 1
object : Any() {
val <info>prop</info> = run {
val prop = run {
<info descr="Value captured in a closure">u2</info>
}
}