[FIR] Cast error on the element name instead of the whole body
This commit is contained in:
committed by
Mikhail Glukhikh
parent
4c639a840d
commit
8960829c01
@@ -7,4 +7,4 @@ enum class E {
|
||||
fun foo() = E.values()
|
||||
fun bar() = E.valueOf("ENTRY")
|
||||
fun baz() = E.ENTRY
|
||||
<!EXPOSED_FUNCTION_RETURN_TYPE!>fun quux() = E<!>
|
||||
fun <!EXPOSED_FUNCTION_RETURN_TYPE!>quux<!>() = E
|
||||
Reference in New Issue
Block a user