blob: b484bb58e52fb29a1c118a47aaad35437edeac9d [file] [log] [blame]
Stephan Herhut2ecfe142017-06-01 14:24:01 +02001// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4package switchmaps;
5
6public enum Days {
7 MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY;
8}