From 9859b10854191dd03318d6fa8679b519332445ba Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Tue, 26 Aug 2014 18:39:45 +0400 Subject: [PATCH] Fixed test --- .../basic/custom/TopLevelNonImportedPropertySrc/source.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/testData/completion/basic/custom/TopLevelNonImportedPropertySrc/source.kt b/idea/testData/completion/basic/custom/TopLevelNonImportedPropertySrc/source.kt index ae918267fd7..23f620e7a70 100644 --- a/idea/testData/completion/basic/custom/TopLevelNonImportedPropertySrc/source.kt +++ b/idea/testData/completion/basic/custom/TopLevelNonImportedPropertySrc/source.kt @@ -1,3 +1,3 @@ package foo.bar -val globalProperty: Int = 1 \ No newline at end of file +public val globalProperty: Int = 1 \ No newline at end of file