interface Simple extends KTrait { default String test() { return "simple"; } }