We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6805f1d commit 6952cb0Copy full SHA for 6952cb0
runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/util/JMESPath.kt
@@ -66,7 +66,7 @@ public fun Any?.type(): String = when (this) {
66
else -> throw Exception("Undetected type for: $this")
67
}
68
69
-// Collection `flattenIfPossible`` functions
+// Collection `flattenIfPossible` functions
70
@InternalApi
71
@JvmName("noOpUnnestedCollection")
72
public inline fun <reified T> Collection<T>.flattenIfPossible(): Collection<T> = this
0 commit comments