Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
public final class CallByKotlinKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method create(): java.lang.annotation.Annotation
|
||||
private final static method create(p0: java.util.Map): java.lang.annotation.Annotation
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class NoParams
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class OneDefault {
|
||||
public abstract method s(): java.lang.String
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class OneNonDefault {
|
||||
public abstract method s(): java.lang.String
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class TwoNonDefaults {
|
||||
public abstract method klass(): java.lang.Class
|
||||
public abstract method string(): java.lang.String
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class TwoParamsOneDefault {
|
||||
public abstract method s(): java.lang.String
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class TwoParamsOneDefaultKClass {
|
||||
public abstract method klass(): java.lang.Class
|
||||
public abstract method string(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user