Fix navigation from stack trace
JetExceptionFilter now correctly assigns hyperlinks to items of form "namespace$...", found in exception stack traces #KT-2489 Fixed #KT-2941 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun a() {
|
||||
val f = {
|
||||
null!!
|
||||
}
|
||||
f()
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
fun main(args: Array<String>) {
|
||||
val f = {
|
||||
null!!
|
||||
}
|
||||
f()
|
||||
}
|
||||
Reference in New Issue
Block a user