Update LightAnalysisModeCodegenTests for Kotlin 1.1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
}
|
||||
|
||||
|
||||
public final class UnderscoreNamesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
public final class ComponentKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method component3(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method component3(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
@@ -18,5 +18,5 @@ public final class S {
|
||||
public final class Tester {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final method component4(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method component4(@org.jetbrains.annotations.NotNull p0: S): java.lang.String
|
||||
}
|
||||
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
public final class C {
|
||||
private final field i: int
|
||||
public method <init>(p0: int): void
|
||||
public final method component1(): int
|
||||
public final method component2(): int
|
||||
public final method getI(): int
|
||||
public final @org.jetbrains.annotations.NotNull method rangeTo(@org.jetbrains.annotations.NotNull p0: C): Range
|
||||
}
|
||||
|
||||
|
||||
public final class It {
|
||||
private field c: int
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final method getC(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final method hasNext(): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method next(): C
|
||||
public final method setC(p0: int): void
|
||||
}
|
||||
|
||||
|
||||
public final class Range {
|
||||
private final @org.jetbrains.annotations.NotNull field from: C
|
||||
private final @org.jetbrains.annotations.NotNull field to: C
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: C, @org.jetbrains.annotations.NotNull p1: C): void
|
||||
public final @org.jetbrains.annotations.NotNull method getFrom(): C
|
||||
public final @org.jetbrains.annotations.NotNull method getTo(): C
|
||||
public final @org.jetbrains.annotations.NotNull method iterator(): It
|
||||
}
|
||||
|
||||
|
||||
public final class UnderscoreNamesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method doTest(): java.lang.String
|
||||
}
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method component1(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method component2(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method component3(): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class UnderscoreNamesDontCallComponentKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
Reference in New Issue
Block a user