Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/escapedNames.kt
T
2019-10-08 19:13:55 +09:00

10 lines
144 B
Kotlin
Vendored

package escapedNames
fun main() {
val `one + one` = 1
//Breakpoint!
val a = 5
}
// EXPRESSION: `one + one` + 100
// RESULT: 101: I