[FIR] add missing resolve for ConeFunctionExpectedError building
^KT-60638 Fixed
This commit is contained in:
committed by
Space Team
parent
ba7e6ff154
commit
d93ffe0aec
@@ -0,0 +1,9 @@
|
||||
package usage
|
||||
|
||||
class MyType
|
||||
class MyClass
|
||||
val MyClass.isInterface get() = 4
|
||||
|
||||
fun usage(type: MyType) {
|
||||
type.<!FUNCTION_EXPECTED!>isInterface<!>()
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package usage
|
||||
|
||||
class MyType
|
||||
class MyClass
|
||||
val MyClass.isInterface get() = 4
|
||||
|
||||
fun usage(type: MyType) {
|
||||
type.<!FUNCTION_EXPECTED, UNRESOLVED_REFERENCE_WRONG_RECEIVER!>isInterface<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user