[FIR] Remove redundant opt-ins to ExperimentalStdlibApi in FIR modules
This commit is contained in:
committed by
Space Team
parent
fa9f0bcf84
commit
be3f8e7eb0
-1
@@ -214,7 +214,6 @@ class FirElementSerializer private constructor(
|
||||
return builder
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
private fun FirClass.declarations(): List<FirCallableDeclaration> = buildList {
|
||||
val memberScope =
|
||||
defaultType().scope(session, scopeSession, FakeOverrideTypeCalculator.DoNothing)
|
||||
|
||||
Reference in New Issue
Block a user