Enable members sorting in file structure view

This commit is contained in:
Nikolay Krasko
2014-05-27 15:55:42 +04:00
parent 58d9375a25
commit d941deb17c
5 changed files with 29 additions and 20 deletions
@@ -1,2 +1,2 @@
-InheritedMembers.kt
Test (<root>)
Test
@@ -1,15 +1,4 @@
-Render.kt
test1(): Unit
test2(String?): Unit
test3(T, U): Unit
test4(T): Unit
test5(): String
test6(): Comparable<String>
extension1() on String: Unit
extension2() on Comparable<T>: Unit
a: Int
a: String on Comparable<T>
b: Any
A1
-A2
a: Int
@@ -26,15 +15,26 @@
-<class object>
test(): Unit
-A7
a: Int
<class initializer>
a: Int
a: Int
a: String on Comparable<T>
b: Any
-Enum1 : Enum<Enum1>
FIRST : Enum1
SECOND : Enum1
Trait
Trait1 : Trait
extension1() on String: Unit
extension2() on Comparable<T>: Unit
test1(): Unit
test2(String?): Unit
test3(T, U): Unit
test4(T): Unit
test5(): String
test6(): Comparable<String>
TestWithWhere
testWithWhere(): Unit
Trait
Trait1 : Trait
withDefaulArgs(Int = ..., String = ...): Unit
-WithDefaultArgs
a: Int
withDefaulArgs(Int = ..., String = ...): Unit
@@ -1,5 +1,5 @@
-SeveralClasses.kt
A
B
Some : B, A
Other : A
Some : B, A
@@ -1,6 +1,6 @@
-Simple.kt
-Test
str: String
some: Int
foo(): Int
other(): Unit
some: Int
str: String