173: Revert changes for IDEA < 181
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
enum class E {
|
||||
|
||||
}
|
||||
|
||||
fun use() {
|
||||
E.values<caret>()
|
||||
}
|
||||
|
||||
//INFO: <b>public</b> <b>final</b> <b>fun</b> values(): Array<<a href="psi_element://E">E</a>> <i>defined in</i> E<p>Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.</p>
|
||||
Reference in New Issue
Block a user