From fe9d6aca9a46f958c5a32655b2e3ddea368c8f78 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Thu, 31 Mar 2016 22:24:11 +0300 Subject: [PATCH] More correct test data --- .../testData/smart/propertyDelegate/ValInClass.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-completion/testData/smart/propertyDelegate/ValInClass.kt b/idea/idea-completion/testData/smart/propertyDelegate/ValInClass.kt index c8c11bcbecc..f8891ad838c 100644 --- a/idea/idea-completion/testData/smart/propertyDelegate/ValInClass.kt +++ b/idea/idea-completion/testData/smart/propertyDelegate/ValInClass.kt @@ -27,7 +27,7 @@ fun createX2() = X2() fun createX3() = X3() fun createY1() = Y1() fun createY2() = Y2() -fun createY3() = Y3() +fun createY3(): Y3 = object : Y3() {} class C { val property by