Skip to content

Commit

Permalink
Add SymbolInternals opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored Sep 20, 2024
1 parent 9cff530 commit 5ef923a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ internal class PokoFirExtensionSessionComponent(
}
}

@OptIn(org.jetbrains.kotlin.fir.symbols.SymbolInternals::class)
private fun FirAnnotation.classId(): ClassId? =
annotationTypeRef.coneTypeSafe<ConeClassLikeType>()?.classId

Expand Down

0 comments on commit 5ef923a

Please sign in to comment.