DEBSOURCES
Skip Quicknav
sources / storm-lang / 0.7.5-1 / root / tests / reload / layout.bs
1234567891011121314
class ClassLayout { Int a; init() { init {} } void toS(StrBuf to) { to << a; } } ClassLayout createClassLayout() { ClassLayout(); }