Debugger: fix breakpoints in files with JvmName annotation

Drop unnessecary logic about part classes with hashcodes
#KT-9480 Fixed
This commit is contained in:
Natalia Ukhorskaya
2015-10-07 16:05:35 +03:00
parent 11ea5f28e8
commit 7e356354e0
7 changed files with 58 additions and 222 deletions
@@ -0,0 +1,6 @@
@file:JvmName("ABC")
package a
fun foo() {
"" // a/ABC
}