// SKIP_IN_RUNTIME_TEST // ANDROID_ANNOTATIONS package test; import kotlin.annotations.jvm.internal.*; public class StableName { public void connect(@ParameterName("host") String host) { } }