[FIR] Fix tests (ARGUMENT_TYPE_MISMATCH instead of INCOMPATIBLE_CANDIDATE)
This commit is contained in:
committed by
TeamCityServer
parent
4ffab5fe5a
commit
ad9b962536
+2
-2
@@ -4,10 +4,10 @@ package foo
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
open class A {
|
||||
val B.w: Int by <!INAPPLICABLE_CANDIDATE!>MyProperty<!>()
|
||||
val B.w: Int by <!ARGUMENT_TYPE_MISMATCH!>MyProperty()<!>
|
||||
}
|
||||
|
||||
val B.r: Int by <!INAPPLICABLE_CANDIDATE!>MyProperty<!>()
|
||||
val B.r: Int by <!ARGUMENT_TYPE_MISMATCH!>MyProperty()<!>
|
||||
|
||||
val A.e: Int by MyProperty()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user