This fails with ``` java.lang.ClassCastException: ...
# announcements
r
This fails with
Copy code
java.lang.ClassCastException: java.lang.Integer cannot be cast to kotlin.UInt

	at ByteDelegateFailing.getValue(ByteDelegateFailing.kt:11)
	at JvmByteDelegateTest.getB2(JvmByteDelegateTest.kt)
	at JvmByteDelegateTest.Failing example(JvmByteDelegateTest.kt:19)