aboutsummaryrefslogtreecommitdiffstats
path: root/yt/yt/core/ytree/unittests/serialize_ut.h
blob: c5a3884289cfe39d9fe44e5e72eb1976c891e9c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

namespace NYT::NYTree {

////////////////////////////////////////////////////////////////////////////////

enum class ESerializableArcadiaEnum
{
    First,
    Second,
    Third,
};

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT::NYTree