show icon of class initializer
#KT-11775 Fixed
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
-foo(): Unit
|
||||
bar(): Unit
|
||||
-X
|
||||
-<class initializer>
|
||||
quux(): Unit
|
||||
xyzzy(): Unit
|
||||
|
||||
@@ -2,6 +2,11 @@ fun foo() {
|
||||
fun bar() { }
|
||||
|
||||
class X {
|
||||
init {
|
||||
fun quux() {
|
||||
}
|
||||
}
|
||||
|
||||
fun xyzzy() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user