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
Vendored
+1
-1
@@ -16,7 +16,7 @@ class B<R>() {
|
||||
}
|
||||
|
||||
var b1: Int by B()
|
||||
var b2: Int by <!NEW_INFERENCE_ERROR, NEW_INFERENCE_ERROR!>B<Number>()<!>
|
||||
var b2: Int by B<Number>()
|
||||
|
||||
class C<R>() {
|
||||
operator fun getValue(t: Any?, p: KProperty<*>): R = null!!
|
||||
|
||||
Reference in New Issue
Block a user