From 4fd520f2eae0ab000fd8b5aa86233540a76cd04e Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Sat, 16 Jun 2012 17:30:08 +0400 Subject: [PATCH] Updated test data for some of lazy resolve tests. --- compiler/testData/lazyResolve/genericFunction.txt | 2 +- .../readJavaBinaryClass/ClassWithTypePExtendsIterableP.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/testData/lazyResolve/genericFunction.txt b/compiler/testData/lazyResolve/genericFunction.txt index 46e07f29b6d..9ed2b242fef 100644 --- a/compiler/testData/lazyResolve/genericFunction.txt +++ b/compiler/testData/lazyResolve/genericFunction.txt @@ -1,3 +1,3 @@ namespace -final fun foo(/*0*/ t: T): T +internal final fun foo(/*0*/ t: T): T diff --git a/compiler/testData/readJavaBinaryClass/ClassWithTypePExtendsIterableP.txt b/compiler/testData/readJavaBinaryClass/ClassWithTypePExtendsIterableP.txt index 56515e7c87b..b08ca86de8e 100644 --- a/compiler/testData/readJavaBinaryClass/ClassWithTypePExtendsIterableP.txt +++ b/compiler/testData/readJavaBinaryClass/ClassWithTypePExtendsIterableP.txt @@ -1,6 +1,6 @@ namespace test -abstract class test.ClassTypeTypePRefSuper : java.lang.Iterable

{ - final /*constructor*/ fun (): test.ClassTypeTypePRefSuper

- abstract override /*1*/ fun iterator(): java.util.Iterator

+public abstract class test.ClassTypeTypePRefSuper : java.lang.Iterable

{ + public abstract override /*1*/ fun iterator(): java.util.Iterator

+ public final /*constructor*/ fun (): test.ClassTypeTypePRefSuper

}