org.jetbrains.kotlin.types
Class BoundsSubstitutor

java.lang.Object
  extended by org.jetbrains.kotlin.types.BoundsSubstitutor

public class BoundsSubstitutor
extends java.lang.Object


Method Summary
static
<D extends CallableDescriptor>
D
substituteBounds(D functionDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

substituteBounds

@NotNull
public static <D extends CallableDescriptor> D substituteBounds(@NotNull
                                                                        D functionDescriptor)