bcc4a891be
Add tests checking that all (top-level) declarations generated by cinterop now have ExperimentalForeignApi annotation. ^KT-58362
8 lines
74 B
C
Vendored
8 lines
74 B
C
Vendored
enum E1 {
|
|
ONE, TWO, THREE
|
|
};
|
|
|
|
enum E2 {
|
|
FOUR = 4,
|
|
EIGHT = 8
|
|
}; |