mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Add annotation for parameter name in signatures
This commit is contained in:
11
compiler/testData/loadJava/compiledJava/signatureAnnotations/StableName.java
vendored
Normal file
11
compiler/testData/loadJava/compiledJava/signatureAnnotations/StableName.java
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// SKIP_IN_RUNTIME_TEST
|
||||
// ANDROID_ANNOTATIONS
|
||||
|
||||
package test;
|
||||
|
||||
import kotlin.annotations.jvm.internal.*;
|
||||
|
||||
public class StableName {
|
||||
public void connect(@ParameterName("host") String host) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user