Transform Enum.values to property
This commit is contained in:
@@ -4,7 +4,7 @@ enum class E {
|
||||
private companion object
|
||||
}
|
||||
|
||||
fun foo() = E.values()
|
||||
fun foo() = E.values
|
||||
fun bar() = E.valueOf("ENTRY")
|
||||
fun baz() = E.ENTRY
|
||||
fun <!EXPOSED_FUNCTION_RETURN_TYPE!>quux<!>() = <!INVISIBLE_MEMBER!>E<!>
|
||||
Reference in New Issue
Block a user