code cleanup: eval4j, ide-common, idea-analysis
This commit is contained in:
@@ -53,7 +53,7 @@ public fun JetScope.getImplicitReceiversWithInstanceToExpression(): Map<Receiver
|
||||
val classDescriptor = current as? ClassDescriptor
|
||||
if (classDescriptor != null && !classDescriptor.isInner() && !DescriptorUtils.isLocal(classDescriptor)) break
|
||||
|
||||
current = current!!.getContainingDeclaration()
|
||||
current = current.getContainingDeclaration()
|
||||
}
|
||||
|
||||
val result = LinkedHashMap<ReceiverParameterDescriptor, ReceiverExpressionFactory?>()
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.jetbrains.kotlin.resolve.lazy
|
||||
|
||||
public trait ProbablyNothingCallableNames {
|
||||
public interface ProbablyNothingCallableNames {
|
||||
public fun functionNames(): Collection<String>
|
||||
public fun propertyNames(): Collection<String>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user