Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class A1
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class A2 {
|
||||
public abstract method k(): java.lang.Class
|
||||
public abstract method s(): A1
|
||||
}
|
||||
|
||||
|
||||
public final class AnnotationClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Vendored
-6
@@ -1,9 +1,3 @@
|
||||
@java.lang.annotation.Retention
|
||||
public annotation class Anno {
|
||||
public abstract method x(): int
|
||||
}
|
||||
|
||||
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
inner class C/Companion
|
||||
|
||||
Reference in New Issue
Block a user