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