Debugger: quote package fqName properly. Fix muted tests

This commit is contained in:
NataliaUkhorskaya
2016-01-15 15:43:56 +03:00
committed by Natalia Ukhorskaya
parent d4fcb59965
commit b73ce68dbd
5 changed files with 32 additions and 2 deletions
@@ -0,0 +1,10 @@
package `package`
// Check that package fq-name is correctly escaped
fun main(args: Array<String>) {
//Breakpoint!
args.size()
}
// EXPRESSION: 1
// RESULT: 1: I