org.jetbrains.jet.lang.types
Class CommonSupertypes

java.lang.Object
  extended by org.jetbrains.jet.lang.types.CommonSupertypes

public class CommonSupertypes
extends java.lang.Object


Constructor Summary
CommonSupertypes()
           
 
Method Summary
static JetType commonSupertype(java.util.Collection<JetType> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonSupertypes

public CommonSupertypes()
Method Detail

commonSupertype

@NotNull
public static JetType commonSupertype(@NotNull
                                              java.util.Collection<JetType> types)