FileScopeProviderImpl dependencies

This commit is contained in:
Ilya Ryzhenkov
2015-07-17 21:13:51 +03:00
parent 04e71234a1
commit 76b9ac0f63
5 changed files with 76 additions and 72 deletions
@@ -72,7 +72,7 @@ interface SyntheticJavaBeansPropertyDescriptor : PropertyDescriptor {
}
}
class AdditionalScopesWithJavaSyntheticExtensions(storageManager: StorageManager) : FileScopeProvider.AdditionalScopes() {
class AdditionalScopesWithJavaSyntheticExtensions(storageManager: StorageManager) : FileScopeProvider.AdditionalScopes {
private val scope = JavaBeansExtensionsScope(storageManager)
override fun scopes(file: JetFile) = listOf(scope)