JetScope.getAllDescriptors made final

This commit is contained in:
Valentin Kipyatkov
2014-12-24 17:12:58 +03:00
parent 06c5be6489
commit d540f3b724
@@ -46,7 +46,7 @@ public trait JetScope {
* *
* @return All visible descriptors from current scope. * @return All visible descriptors from current scope.
*/ */
public fun getAllDescriptors(): Collection<DeclarationDescriptor> = getDescriptors() public final fun getAllDescriptors(): Collection<DeclarationDescriptor> = getDescriptors()
/** /**
* All visible descriptors from current scope possibly filtered by the given name and kind filters * All visible descriptors from current scope possibly filtered by the given name and kind filters