Debugger: fix className for properties in class objects

This commit is contained in:
Natalia Ukhorskaya
2014-09-25 14:37:02 +04:00
parent 4994e771d0
commit 6179b4889b
5 changed files with 100 additions and 12 deletions
@@ -1,5 +1,5 @@
package customLib.simpleLibFile
public fun foo() {
val a = 1
1 + 1
}