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

@@ -3,7 +3,6 @@
package MyGame.Example
@Suppress("unused")
@kotlin.ExperimentalUnsignedTypes
class Any_ private constructor() {
companion object {
const val NONE: UByte = 0u