packagecom.vaadin.ui.themes;publicclassValoThemeTest{/* * No runtime behavior to test. Just verifying that it's possible to create * a custom subclass for inheriting the constants from the built-in theme. */publicstaticclassCustomValoThemeextendsValoTheme{publicstaticStringMY_THEME_CONSTANT="my theme constant";}}