KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
val v = foo(object : java.lang.Runnable {
|
||||
val v2 = object : A, B {
|
||||
fun f() {
|
||||
object : java.io.Serializable, XXX {
|
||||
var o = object {
|
||||
override fun equals(other: Any?): Boolean {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user