show local functions in structure view
#KT-13473 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-LocalElements.kt
|
||||
-foo(): Unit
|
||||
bar(): Unit
|
||||
-X
|
||||
xyzzy(): Unit
|
||||
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
fun bar() { }
|
||||
|
||||
class X {
|
||||
fun xyzzy() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user