Files
kotlin-fork/idea/testData/debugger/positionManager/JvmNameAnnotation.kt
T
Natalia Ukhorskaya 7e356354e0 Debugger: fix breakpoints in files with JvmName annotation
Drop unnessecary logic about part classes with hashcodes
#KT-9480 Fixed
2015-10-07 20:30:00 +03:00

7 lines
64 B
Kotlin
Vendored

@file:JvmName("ABC")
package a
fun foo() {
"" // a/ABC
}