KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
when (x) {
|
||||
is <caret>Foo -> {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user