Remove obsolete @OptIn(ExperimentalStdlibApi::class) annotations
They were added when `buildList`, `buildMap` and `buildSet` were experimental. ^KT-62510
This commit is contained in:
committed by
Space Team
parent
376d27dc6a
commit
f11cb277cd
-1
@@ -160,7 +160,6 @@ class BinaryJavaAnnotation private constructor(
|
||||
return annotationVisitor
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalStdlibApi::class)
|
||||
private fun translatePath(path: TypePath) = buildList {
|
||||
for (i in 0 until path.length) {
|
||||
when (val step = path.getStep(i)) {
|
||||
|
||||
Reference in New Issue
Block a user