diff --git a/compiler/testData/ir/irText/errors/unresolvedReference.txt b/compiler/testData/ir/irText/errors/unresolvedReference.txt new file mode 100644 index 00000000000..5f403abb512 --- /dev/null +++ b/compiler/testData/ir/irText/errors/unresolvedReference.txt @@ -0,0 +1,15 @@ +FILE /unresolvedReference.kt + PROPERTY public val test1: [ERROR : Type for unresolved] + EXPRESSION_BODY + ERROR_CALL '' type=[ERROR : ] + PROPERTY public val test2: [ERROR : Unresolved] + EXPRESSION_BODY + ERROR_CALL '' type=[ERROR : ] + PROPERTY public val test3: [ERROR : Type for 42.unresolved(56)] + EXPRESSION_BODY + ERROR_CALL '' type=[ERROR : ] + receiver: CONST Int type=kotlin.Int value='42' + CONST Int type=kotlin.Int value='56' + PROPERTY public val test4: [ERROR : Type for 42 *] + EXPRESSION_BODY + ERROR_EXPR '' type=[ERROR : ]