Debugger: quote package fqName properly. Fix muted tests
This commit is contained in:
committed by
Natalia Ukhorskaya
parent
d4fcb59965
commit
b73ce68dbd
@@ -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
|
||||
Reference in New Issue
Block a user