Don't generate annotations on $default methods

#KT-29965 Fixed
This commit is contained in:
Mikhael Bogdanov
2019-02-18 14:16:49 +01:00
parent a020170a92
commit 3b57ceeafe
7 changed files with 31 additions and 31 deletions
@@ -10,7 +10,7 @@ public final class C {
private final field x: int
public method <init>(p0: int): void
public final method component1(): int
public synthetic static @org.jetbrains.annotations.NotNull method copy$default(p0: C, p1: int, p2: int, p3: java.lang.Object): C
public synthetic static method copy$default(p0: C, p1: int, p2: int, p3: java.lang.Object): C
public final @org.jetbrains.annotations.NotNull method copy(): C
public final @org.jetbrains.annotations.NotNull method copy(p0: int): C
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean