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

@@ -6,7 +6,6 @@ package MyGame.Example
* Composite components of Monster color.
*/
@Suppress("unused")
@kotlin.ExperimentalUnsignedTypes
class Color private constructor() {
companion object {
const val Red: UByte = 1u