Update testData to new format
This commit is contained in:
+19
-19
@@ -1,36 +1,36 @@
|
||||
FILE /unresolvedReference.kt
|
||||
PROPERTY public val test1: [ERROR : Type for unresolved]
|
||||
FIELD PROPERTY_BACKING_FIELD public val test1: [ERROR : Type for unresolved]
|
||||
FILE fqName:<root> fileName:/unresolvedReference.kt
|
||||
PROPERTY name:test1 type:[ERROR : Type for unresolved] visibility:public modality:FINAL flags:val
|
||||
FIELD PROPERTY_BACKING_FIELD name:test1 type:[ERROR : Type for unresolved] visibility:public
|
||||
EXPRESSION_BODY
|
||||
ERROR_CALL '' type=[ERROR : ]
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): [ERROR : Type for unresolved]
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:[ERROR : Type for unresolved] flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test1>(): [ERROR : Type for unresolved]'
|
||||
RETURN type=kotlin.Nothing from=<get-test1>(): [ERROR : Type for unresolved]'
|
||||
GET_FIELD 'test1: [ERROR : Type for unresolved]' type=[ERROR : Type for unresolved] origin=null
|
||||
PROPERTY public val test2: [ERROR : Unresolved]
|
||||
FIELD PROPERTY_BACKING_FIELD public val test2: [ERROR : Unresolved]
|
||||
PROPERTY name:test2 type:[ERROR : Unresolved] visibility:public modality:FINAL flags:val
|
||||
FIELD PROPERTY_BACKING_FIELD name:test2 type:[ERROR : Unresolved] visibility:public
|
||||
EXPRESSION_BODY
|
||||
ERROR_CALL '' type=[ERROR : ]
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): [ERROR : Unresolved]
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:[ERROR : Unresolved] flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test2>(): [ERROR : Unresolved]'
|
||||
RETURN type=kotlin.Nothing from=<get-test2>(): [ERROR : Unresolved]'
|
||||
GET_FIELD 'test2: [ERROR : Unresolved]' type=[ERROR : Unresolved] origin=null
|
||||
PROPERTY public val test3: [ERROR : Type for 42.unresolved(56)]
|
||||
FIELD PROPERTY_BACKING_FIELD public val test3: [ERROR : Type for 42.unresolved(56)]
|
||||
PROPERTY name:test3 type:[ERROR : Type for 42.unresolved(56)] visibility:public modality:FINAL flags:val
|
||||
FIELD PROPERTY_BACKING_FIELD name:test3 type:[ERROR : Type for 42.unresolved(56)] visibility:public
|
||||
EXPRESSION_BODY
|
||||
ERROR_CALL '' type=[ERROR : ]
|
||||
receiver: CONST Int type=kotlin.Int value='42'
|
||||
CONST Int type=kotlin.Int value='56'
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test3>(): [ERROR : Type for 42.unresolved(56)]
|
||||
receiver: CONST Int type=kotlin.Int value=42
|
||||
CONST Int type=kotlin.Int value=56
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:[ERROR : Type for 42.unresolved(56)] flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test3>(): [ERROR : Type for 42.unresolved(56)]'
|
||||
RETURN type=kotlin.Nothing from=<get-test3>(): [ERROR : Type for 42.unresolved(56)]'
|
||||
GET_FIELD 'test3: [ERROR : Type for 42.unresolved(56)]' type=[ERROR : Type for 42.unresolved(56)] origin=null
|
||||
PROPERTY public val test4: [ERROR : Type for 42 *]
|
||||
FIELD PROPERTY_BACKING_FIELD public val test4: [ERROR : Type for 42 *]
|
||||
PROPERTY name:test4 type:[ERROR : Type for 42 *] visibility:public modality:FINAL flags:val
|
||||
FIELD PROPERTY_BACKING_FIELD name:test4 type:[ERROR : Type for 42 *] visibility:public
|
||||
EXPRESSION_BODY
|
||||
ERROR_EXPR '' type=[ERROR : ]
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test4>(): [ERROR : Type for 42 *]
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:[ERROR : Type for 42 *] flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test4>(): [ERROR : Type for 42 *]'
|
||||
RETURN type=kotlin.Nothing from=<get-test4>(): [ERROR : Type for 42 *]'
|
||||
GET_FIELD 'test4: [ERROR : Type for 42 *]' type=[ERROR : Type for 42 *] origin=null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user