Remove unused method
^KT-58551
This commit is contained in:
committed by
Space Team
parent
991a016405
commit
a1a1049aa8
-1
@@ -84,7 +84,6 @@ internal abstract class IrExpectActualMatchingContext(
|
||||
private fun TypeParameterSymbolMarker.asIr(): IrTypeParameter = (this as IrTypeParameterSymbol).owner
|
||||
private fun RegularClassSymbolMarker.asIr(): IrClass = (this as IrClassSymbol).owner
|
||||
private fun TypeAliasSymbolMarker.asIr(): IrTypeAlias = (this as IrTypeAliasSymbol).owner
|
||||
private fun AnnotationMarker.asIr(): IrConstructorCall = this as IrConstructorCall
|
||||
|
||||
private inline fun <reified T : IrDeclaration> DeclarationSymbolMarker.safeAsIr(): T? = (this as IrSymbol).owner as? T
|
||||
|
||||
|
||||
Reference in New Issue
Block a user