[FIR] Remove not used ConeUnsupportedDynamicType

This commit is contained in:
Ivan Kochurkin
2022-06-15 15:01:37 +03:00
committed by teamcity
parent ffbb23661d
commit c3638d2219
2 changed files with 0 additions and 3 deletions
@@ -212,8 +212,6 @@ class ConeUnresolvedParentInImport(val parentClassId: ClassId) : ConeDiagnostic
get() = "unresolved import"
}
class ConeUnsupportedDynamicType : ConeUnsupported("Dynamic types are not supported in this context")
class ConeDeprecated(
val source: KtSourceElement?,
override val symbol: FirBasedSymbol<*>,