mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
enum class
This commit is contained in:
parent
8bb8f47325
commit
09b5821768
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ private:
|
||||||
bool skipComments;
|
bool skipComments;
|
||||||
bool readNames;
|
bool readNames;
|
||||||
|
|
||||||
enum BraceType
|
enum class BraceType
|
||||||
{
|
{
|
||||||
InterpolatedString,
|
InterpolatedString,
|
||||||
Normal
|
Normal
|
||||||
|
|
Loading…
Add table
Reference in a new issue