diff --git a/compiler/testData/codegen/light-analysis/defaultArguments/superCallCheck.txt b/compiler/testData/codegen/light-analysis/defaultArguments/superCallCheck.txt index f8aebd90da4..c7f4a580dbb 100644 --- a/compiler/testData/codegen/light-analysis/defaultArguments/superCallCheck.txt +++ b/compiler/testData/codegen/light-analysis/defaultArguments/superCallCheck.txt @@ -1,5 +1,9 @@ +public class MyClass { + public method (): void + public synthetic static method def$default(p0: MyClass, p1: int, p2: int, p3: java.lang.Object): int + public final method def(p0: int): int +} + public final class SuperCallCheckKt { public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String - public synthetic static method def$default(p0: int, p1: int, p2: java.lang.Object): int - public final static method def(p0: int): int }