Update debug tests & incremental compilation tests depending on part class naming

This commit is contained in:
Dmitry Petrov
2015-07-27 17:38:52 +03:00
committed by Michael Bogdanov
parent cd6ff31129
commit 7af88f6797
115 changed files with 256 additions and 256 deletions
@@ -26,8 +26,8 @@ class MyDelegateThrowsException {
}
// PRINT_FRAME
frame = main():8, DelegatedPropertyInClass {delegatedPropertyInClass}
static = static = delegatedPropertyInClass.DelegatedPropertyInClass
frame = main():8, DelegatedPropertyInClassKt {delegatedPropertyInClass}
static = static = delegatedPropertyInClass.DelegatedPropertyInClassKt
local = args: java.lang.String[] = {java.lang.String[0]@uniqueID} (sp = delegatedPropertyInClass.kt, 5)
local = a: delegatedPropertyInClass.A = {delegatedPropertyInClass.A@uniqueID} (sp = delegatedPropertyInClass.kt, 6)
field = prop$delegate: delegatedPropertyInClass.MyDelegate = {delegatedPropertyInClass.MyDelegate@uniqueID} (sp = delegatedPropertyInClass.kt, 12)