diff --git a/idea/testData/checker/regression/PropertyDeclarationAsExpression.kt b/idea/testData/checker/regression/PropertyDeclarationAsExpression.kt index 7c7bef2609b..53a9e00999e 100644 --- a/idea/testData/checker/regression/PropertyDeclarationAsExpression.kt +++ b/idea/testData/checker/regression/PropertyDeclarationAsExpression.kt @@ -1,2 +1,2 @@ -val f = 1 > - val g: Int = 3 \ No newline at end of file +val f = 1 > + val g: Int = 3 diff --git a/idea/testData/stubs/NotStorePropertyFromDelegate.expected b/idea/testData/stubs/NotStorePropertyFromDelegate.expected index 9ce1ac7c48f..e01f2acaa03 100644 --- a/idea/testData/stubs/NotStorePropertyFromDelegate.expected +++ b/idea/testData/stubs/NotStorePropertyFromDelegate.expected @@ -2,3 +2,4 @@ PsiJetFileStubImpl[package=] PACKAGE_DIRECTIVE: IMPORT_LIST: PROPERTY:[fqName=a, hasDelegate=true, hasDelegateExpression=true, hasInitializer=false, hasReturnTypeRef=false, isExtension=false, isTopLevel=true, isVar=false, name=a] + PROPERTY:[fqName=b, hasDelegate=false, hasDelegateExpression=false, hasInitializer=true, hasReturnTypeRef=false, isExtension=false, isTopLevel=true, isVar=false, name=b]