From 66f6ce7f26347d59827c3d8daaea16890d457eb5 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Fri, 2 Sep 2016 17:48:13 +0300 Subject: [PATCH] --- testdata for unresolvedReference --- .../ir/irText/errors/unresolvedReference.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 compiler/testData/ir/irText/errors/unresolvedReference.txt 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 : ]