Include declaration origin in testData.

This commit is contained in:
Dmitry Petrov
2016-09-13 14:18:47 +03:00
committed by Dmitry Petrov
parent c2a7890ac4
commit c699e2d24c
68 changed files with 467 additions and 464 deletions
@@ -16,10 +16,10 @@ FILE /delegatedImplementationWithExplicitOverride.kt
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C'
FIELD val `C$IFooBar$delegate`: FooBarImpl
FIELD DELEGATE val `C$IFooBar$delegate`: FooBarImpl
EXPRESSION_BODY
GET_OBJECT 'FooBarImpl' type=FooBarImpl
FUN public open override fun foo(): kotlin.Unit
FUN DELEGATED_MEMBER public open override fun foo(): kotlin.Unit
BLOCK_BODY
CALL 'foo(): Unit' type=kotlin.Unit operator=null
$this: GET_VAR '`C$IFooBar$delegate`: FooBarImpl' type=FooBarImpl operator=null