mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-15 08:31:31 +00:00
11 lines
201 B
Java
Vendored
11 lines
201 B
Java
Vendored
// SKIP_IN_RUNTIME_TEST
|
|
// ANDROID_ANNOTATIONS
|
|
|
|
package test;
|
|
|
|
import kotlin.annotations.jvm.internal.*;
|
|
|
|
public class StableName {
|
|
public void connect(@ParameterName("host") String host) {
|
|
}
|
|
} |