blob: f1da59361b54bebaa25c66431062ee5188b1c11a [file] [log] [blame]
// SKIP_IN_RUNTIME_TEST
// ANDROID_ANNOTATIONS
package test;
import kotlin.annotations.jvm.internal.*;
public class StableName {
public void connect(@ParameterName("host") String host) {
}
}