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