fix PsiCheckerTestGenerated according to removed "property with backing field" highlighting
This commit is contained in:
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user