From 73845bfc27da3dec9d96ae6451173c2e47f6d716 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 27 Dec 2016 18:19:49 +0300 Subject: [PATCH] Fix light-analysis test data --- .../light-analysis/defaultArguments/superCallCheck.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 }