class User { String name; String email; } interface Runnable { void run(); } enum UserStatus { ACTIVE, INACTIVE } fun login() { } fun helper() { }