[FIR] Add todo about isValidTypeParameterFromOuterDeclaration
#KT-66349
This commit is contained in:
committed by
Space Team
parent
624bea3ecf
commit
66212c0ec6
@@ -48,6 +48,9 @@ fun FirClassLikeSymbol<out FirClassLikeDeclaration>.getContainingDeclaration(ses
|
||||
return null
|
||||
}
|
||||
|
||||
// TODO(KT-66349) Investigate and fix the contract.
|
||||
// - Why aren't we supporting nested `inner` classes?
|
||||
// - Why are we traversing super types?
|
||||
fun isValidTypeParameterFromOuterDeclaration(
|
||||
typeParameterSymbol: FirTypeParameterSymbol,
|
||||
declaration: FirDeclaration?,
|
||||
|
||||
Reference in New Issue
Block a user