blob: fc66213c776653587bbdfcbae0ad4353cb432c45 [file]
// p1.TypeHierarchyMap
package p1
class TypeHierarchyMap<TValue> : Map<Class<*>, TValue> {
override fun containsKey(key: Class<*>): Boolean {
TODO("not implemented")
}
}
// COMPILATION_ERRORS