Support C enums with forward declarations
This commit is contained in:
committed by
SvyatoslavScherbina
parent
56b4e9c806
commit
fe2b680be8
@@ -19,6 +19,8 @@ fun run() {
|
||||
testConversions()
|
||||
testWeakRefs()
|
||||
|
||||
assertEquals(2, ForwardDeclaredEnum.TWO.value)
|
||||
|
||||
println(
|
||||
getSupplier(
|
||||
invoke1(42) { it * 2 }
|
||||
|
||||
Reference in New Issue
Block a user