Update testData after IR type rendering changes
This commit is contained in:
+2
-2
@@ -22,12 +22,12 @@ FILE fqName:<root> fileName:/delegateFieldWithAnnotations.kt
|
||||
EXPRESSION_BODY
|
||||
CALL 'lazy(() -> T): Lazy<T>' type=kotlin.Lazy<kotlin.Int> origin=null
|
||||
<T>: kotlin.Int
|
||||
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
|
||||
initializer: BLOCK type=kotlin.Function0<kotlin.Int> origin=LAMBDA
|
||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Int flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<anonymous>(): Int'
|
||||
CONST Int type=kotlin.Int value=42
|
||||
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
|
||||
FUNCTION_REFERENCE '<anonymous>(): Int' type=kotlin.Function0<kotlin.Int> origin=LAMBDA
|
||||
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:kotlin.Int flags:
|
||||
correspondingProperty: PROPERTY name:test1 visibility:public modality:FINAL flags:delegated,val
|
||||
BLOCK_BODY
|
||||
|
||||
Reference in New Issue
Block a user