Debugger: do not change package name for debug function

This commit is contained in:
Natalia Ukhorskaya
2015-11-19 18:52:27 +03:00
parent 002aaaa908
commit 062b27995c
8 changed files with 30 additions and 28 deletions
@@ -5,5 +5,10 @@ fun main(args: Array<String>) {
args.size()
}
class Test(val a: Int)
// EXPRESSION: 1 + 1
// RESULT: 2: I
// EXPRESSION: Test(1).a
// RESULT: 1: I
@@ -16,4 +16,4 @@ interface T {
// RESULT: 1: I
// EXPRESSION: object: T {}
// RESULT: instance of packageForDebugger.DebugFileKt$myFun$1(id=ID): LpackageForDebugger/DebugFileKt$myFun$1;
// RESULT: instance of ceObject.DebugFileKt$generated_for_debugger_kotlin_rulezzzz$1(id=ID): LceObject/DebugFileKt$generated_for_debugger_kotlin_rulezzzz$1;