FIR: Avoid reporting inference errors from DelegatedPropertyConstraintPosition
All necessary diagnostics have already been reported through the checkers
This commit is contained in:
committed by
TeamCityServer
parent
43f3fe1ebe
commit
6136526a3a
+1
-1
@@ -5,7 +5,7 @@ class A {
|
||||
val p1 by this
|
||||
get
|
||||
|
||||
var p2 by <!NEW_INFERENCE_ERROR!>this<!>
|
||||
var p2 by this
|
||||
<!ACCESSOR_FOR_DELEGATED_PROPERTY!>get() = ""<!>
|
||||
|
||||
operator fun getValue(a: Any?, p: Any?) = ""
|
||||
|
||||
Reference in New Issue
Block a user