6 lines
93 B
Plaintext
Vendored
6 lines
93 B
Plaintext
Vendored
// My: to be implemented
|
|
// DISABLE-ERRORS
|
|
expect enum class My {
|
|
FIRST, SECOND, LAST;
|
|
|
|
} |