[FIR] Remove not used ConeUnsupportedDynamicType
This commit is contained in:
-1
@@ -11,7 +11,6 @@ import org.jetbrains.kotlin.fir.analysis.diagnostics.FirErrors
|
||||
import org.jetbrains.kotlin.diagnostics.reportOn
|
||||
import org.jetbrains.kotlin.fir.declarations.FirFile
|
||||
import org.jetbrains.kotlin.fir.declarations.FirTypeAlias
|
||||
import org.jetbrains.kotlin.fir.resolve.diagnostics.ConeUnsupportedDynamicType
|
||||
import org.jetbrains.kotlin.fir.resolve.fullyExpandedType
|
||||
import org.jetbrains.kotlin.fir.resolve.toSymbol
|
||||
import org.jetbrains.kotlin.fir.symbols.impl.FirTypeAliasSymbol
|
||||
|
||||
-2
@@ -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<*>,
|
||||
|
||||
Reference in New Issue
Block a user