Only generate @kotlin.ExperimentalUnsigned annotation on create*Vector methods having an unsigned array type parameter. (#7881)

Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
Aaron Riekenberg
2023-04-28 12:10:01 -05:00
committed by GitHub
parent c192ab423b
commit 417821fdd7
32 changed files with 12 additions and 33 deletions

View File

@@ -19,7 +19,6 @@ import java.nio.ByteOrder
import kotlin.math.sign
@Suppress("unused")
@kotlin.ExperimentalUnsignedTypes
class StructOfStructsOfStructs : Struct() {
fun __init(_i: Int, _bb: ByteBuffer) {