JS: add test to prove that KT-13523 is no more reproducible
This commit is contained in:
Vendored
+21
@@ -0,0 +1,21 @@
|
||||
public final class A {
|
||||
private final field x: int
|
||||
public method <init>(p0: int): void
|
||||
public final method component1(): int
|
||||
public synthetic static method copy$default(p0: A, p1: int, p2: int, p3: java.lang.Object): A
|
||||
public final @org.jetbrains.annotations.NotNull method copy(p0: int): A
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
public final @org.jetbrains.annotations.NotNull method plus(@org.jetbrains.annotations.NotNull p0: A): A
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
public final class AugmentedAssignmentWithArrayLHSKt {
|
||||
private static @org.jetbrains.annotations.NotNull field log: java.lang.String
|
||||
public final static method bar(): int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(): int
|
||||
public final static @org.jetbrains.annotations.NotNull method getLog(): java.lang.String
|
||||
public final static method setLog(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user