Completion of object's in type position - they can be used there

This commit is contained in:
Valentin Kipyatkov
2014-12-05 08:05:23 +03:00
parent ca2b1efac9
commit cb5c12cda3
9 changed files with 37 additions and 28 deletions
@@ -35,5 +35,4 @@ public class SamConstructorDescriptor(
public object SamConstructorDescriptorKindExclude : DescriptorKindExclude {
override fun matches(descriptor: DeclarationDescriptor) = descriptor is SamConstructorDescriptor
override fun toString() = this.javaClass.getSimpleName()
}