Regenerated test data.

This commit is contained in:
Evgeny Gerashchenko
2012-12-26 20:40:37 +04:00
parent 1f0a0b823b
commit 6ab081d969
335 changed files with 462 additions and 381 deletions
@@ -1,4 +1,4 @@
namespace test
package test
public final class ArrayTypeVariance : java.lang.Object {
public constructor ArrayTypeVariance()
@@ -1,4 +1,4 @@
namespace test
package test
public abstract class ClassDoesNotOverrideMethod : java.util.Date {
public constructor ClassDoesNotOverrideMethod()
@@ -1,4 +1,4 @@
namespace test
package test
public final class ClassWithTypeP</*0*/ P> : java.lang.Object {
public constructor ClassWithTypeP</*0*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
public abstract class ClassWithTypePExtendsIterableP</*0*/ P> : jet.MutableIterable<P> {
public constructor ClassWithTypePExtendsIterableP</*0*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
public final class ClassWithTypePP</*0*/ P, /*1*/ Q : P> : java.lang.Object {
public constructor ClassWithTypePP</*0*/ P, /*1*/ Q : P>()
@@ -1,4 +1,4 @@
namespace test
package test
public open class ClassWithTypePRefNext</*0*/ R : jet.Iterable<P>?, /*1*/ P> : java.lang.Object {
public constructor ClassWithTypePRefNext</*0*/ R : jet.Iterable<P>?, /*1*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
public final class ClassWithTypePRefSelf</*0*/ P : jet.Enum<P>?> : java.lang.Object {
public constructor ClassWithTypePRefSelf</*0*/ P : jet.Enum<P>?>()
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
public final class FieldAsVar : java.lang.Object {
public constructor FieldAsVar()
@@ -1,4 +1,4 @@
namespace test
package test
public open class FieldOfArrayType : java.lang.Object {
public constructor FieldOfArrayType()
@@ -1,4 +1,4 @@
namespace test
package test
public final class FinalFieldAsVal : java.lang.Object {
public constructor FinalFieldAsVal()
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
public open class InnerClass : java.lang.Object {
public constructor InnerClass()
@@ -1,4 +1,4 @@
namespace test
package test
public open class InnerClassReferencesOuterTP</*0*/ P> : java.lang.Object {
public constructor InnerClassReferencesOuterTP</*0*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
public open class InnerClassesInGeneric</*0*/ P, /*1*/ Q> : java.lang.Object {
public constructor InnerClassesInGeneric</*0*/ P, /*1*/ Q>()
@@ -1,4 +1,4 @@
namespace test
package test
public final class MethodReferencesOuterClassTP</*0*/ P> : java.lang.Object {
public constructor MethodReferencesOuterClassTP</*0*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodTypePOneUpperBound : java.lang.Object {
public constructor MethodTypePOneUpperBound()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodTypePTwoUpperBounds : java.lang.Object {
public constructor MethodTypePTwoUpperBounds()
@@ -1,4 +1,4 @@
namespace test
package test
public final class MethodWithTypeP : java.lang.Object {
public constructor MethodWithTypeP()
@@ -1,4 +1,4 @@
namespace test
package test
public final class MethodWithTypePP : java.lang.Object {
public constructor MethodWithTypePP()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodWithTypePRefClassP</*0*/ P> : java.lang.Object {
public constructor MethodWithTypePRefClassP</*0*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
public final class MethosWithPRefTP : java.lang.Object {
public constructor MethosWithPRefTP()
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
public open class MyException : java.lang.Object {
public constructor MyException(/*0*/ p0 : jet.String?, /*1*/ p1 : jet.Throwable?)
@@ -1,4 +1,4 @@
namespace test
package test
public trait RemoveRedundantProjectionKind : java.lang.Object {
public abstract fun f(/*0*/ p0 : jet.Collection<jet.CharSequence?>?) : Unit
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
public final class Simple : java.lang.Object {
public constructor Simple()
+1 -1
View File
@@ -1,4 +1,4 @@
namespace test
package test
public final class TwoFields : java.lang.Object {
public constructor TwoFields()
@@ -1,4 +1,4 @@
namespace test
package test
public final class UnboundWildcard : java.lang.Object {
public constructor UnboundWildcard()
@@ -1,4 +1,4 @@
namespace test
package test
test.AnnotatedAnnotation() public final annotation class AnnotatedAnnotation : jet.Annotation {
public constructor AnnotatedAnnotation()
@@ -1,4 +1,4 @@
namespace test
package test
public open class AnnotatedMethod : java.lang.Object {
public constructor AnnotatedMethod()
@@ -1,4 +1,4 @@
namespace test
package test
public final annotation class SimpleAnnotation : jet.Annotation {
public constructor SimpleAnnotation()
@@ -1,4 +1,4 @@
namespace test
package test
public open class ConstructorGenericDeep : java.lang.Object {
public constructor ConstructorGenericDeep(/*0*/ p0 : java.lang.Class<jet.Any?>?)
@@ -1,4 +1,4 @@
namespace test
package test
public open class ConstructorGenericSimple : java.lang.Object {
public constructor ConstructorGenericSimple(/*0*/ p0 : jet.Any?)
@@ -1,4 +1,4 @@
namespace test
package test
public open class ConstructorGenericUpperBound : java.lang.Object {
public constructor ConstructorGenericUpperBound(/*0*/ p0 : java.util.RandomAccess?)
@@ -1,4 +1,4 @@
namespace test
package test
public open class DifferentGetterAndSetter : java.lang.Object {
public constructor DifferentGetterAndSetter()
@@ -1,4 +1,4 @@
namespace test
package test
public trait JavaBeanAbstractGetter : java.lang.Object {
public abstract fun getRed() : jet.Int
@@ -1,4 +1,4 @@
namespace test
package test
public open class JavaBeanVal : java.lang.Object {
public constructor JavaBeanVal()
@@ -1,4 +1,4 @@
namespace test
package test
public open class JavaBeanVar : java.lang.Object {
public constructor JavaBeanVar()
@@ -1,4 +1,4 @@
namespace test
package test
public open class JavaBeanVarOfGenericType</*0*/ P> : java.lang.Object {
public constructor JavaBeanVarOfGenericType</*0*/ P>()
@@ -1,4 +1,4 @@
namespace test
package test
public open class TwoSetters : java.lang.Object {
public constructor TwoSetters()
@@ -1,4 +1,4 @@
namespace test
package test
public open class ArrayType : java.lang.Object {
public constructor ArrayType()
@@ -1,4 +1,4 @@
namespace test
package test
public open class ConstructorWithNewTypeParams</*0*/ T> : java.lang.Object {
public constructor ConstructorWithNewTypeParams</*0*/ T>(/*0*/ p0 : jet.Any)
@@ -1,4 +1,4 @@
namespace test
package test
public open class ConstructorWithParentTypeParams</*0*/ T> : java.lang.Object {
public constructor ConstructorWithParentTypeParams</*0*/ T>(/*0*/ p0 : T)
@@ -1,4 +1,4 @@
namespace test
package test
public open class ConstructorWithSeveralParams : java.lang.Object {
public constructor ConstructorWithSeveralParams(/*0*/ p0 : jet.Int, /*1*/ p1 : jet.Int, /*2*/ p2 : java.util.ArrayList<jet.String>)
@@ -1,4 +1,4 @@
namespace test
package test
public open class ConstructorWithoutParams : java.lang.Object {
public constructor ConstructorWithoutParams()
@@ -1,4 +1,4 @@
namespace test
package test
public open class CustomVariance : java.lang.Object {
public constructor CustomVariance()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodWithFunctionTypes : java.lang.Object {
public constructor MethodWithFunctionTypes()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodWithGenerics : java.lang.Object {
public constructor MethodWithGenerics()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodWithMappedClasses : java.lang.Object {
public constructor MethodWithMappedClasses()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodWithTypeParameters : java.lang.Object {
public constructor MethodWithTypeParameters()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MethodWithVararg : java.lang.Object {
public constructor MethodWithVararg()
@@ -1,4 +1,4 @@
namespace test
package test
public open class PropertyArrayTypes</*0*/ T> : java.lang.Object {
public constructor PropertyArrayTypes</*0*/ T>()
@@ -1,4 +1,4 @@
namespace test
package test
public open class PropertyComplexTypes</*0*/ T> : java.lang.Object {
public constructor PropertyComplexTypes</*0*/ T>()
@@ -1,4 +1,4 @@
namespace test
package test
public open class PropertySimpleType : java.lang.Object {
public constructor PropertySimpleType()
@@ -1,4 +1,4 @@
namespace test
package test
public final class StarProjection : java.lang.Object {
public constructor StarProjection()
@@ -1,4 +1,4 @@
namespace test
package test
public open class AddingNullability : java.lang.Object {
public constructor AddingNullability()
@@ -1,4 +1,4 @@
namespace test
package test
public open class ExplicitFieldGettersAndSetters : java.lang.Object {
public constructor ExplicitFieldGettersAndSetters()
@@ -1,4 +1,4 @@
namespace test
package test
public open class ExtraUpperBound : java.lang.Object {
public constructor ExtraUpperBound()
@@ -1,4 +1,4 @@
namespace test
package test
public open class MissingUpperBound : java.lang.Object {
public constructor MissingUpperBound()
@@ -1,4 +1,4 @@
namespace test
package test
public open class NoFieldTypeRef : java.lang.Object {
public constructor NoFieldTypeRef()
@@ -1,4 +1,4 @@
namespace test
package test
public open class NotVarargReplacedWithVararg : java.lang.Object {
public constructor NotVarargReplacedWithVararg()
@@ -1,4 +1,4 @@
namespace test
package test
public open class ReturnTypeMissing : java.lang.Object {
public constructor ReturnTypeMissing()
@@ -1,4 +1,4 @@
namespace test
package test
public open class SyntaxError : java.lang.Object {
public constructor SyntaxError()
@@ -1,4 +1,4 @@
namespace test
package test
public open class SyntaxErrorInFieldAnnotation : java.lang.Object {
public constructor SyntaxErrorInFieldAnnotation()
@@ -1,4 +1,4 @@
namespace test
package test
public open class VarargReplacedWithNotVararg : java.lang.Object {
public constructor VarargReplacedWithNotVararg()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongFieldInitializer : java.lang.Object {
public constructor WrongFieldInitializer()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongFieldMutability : java.lang.Object {
public constructor WrongFieldMutability()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongFieldName : java.lang.Object {
public constructor WrongFieldName()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongMethodName : java.lang.Object {
public constructor WrongMethodName()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongReturnTypeStructure : java.lang.Object {
public constructor WrongReturnTypeStructure()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongTypeName1 : java.lang.Object {
public constructor WrongTypeName1()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongTypeName2 : java.lang.Object {
public constructor WrongTypeName2()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongTypeName3 : java.lang.Object {
public constructor WrongTypeName3()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongTypeParameterBoundStructure1 : java.lang.Object {
public constructor WrongTypeParameterBoundStructure1()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongTypeParameterBoundStructure2 : java.lang.Object {
public constructor WrongTypeParameterBoundStructure2()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongTypeParametersCount : java.lang.Object {
public constructor WrongTypeParametersCount()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongTypeVariance : java.lang.Object {
public constructor WrongTypeVariance()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongValueParameterStructure1 : java.lang.Object {
public constructor WrongValueParameterStructure1()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongValueParameterStructure2 : java.lang.Object {
public constructor WrongValueParameterStructure2()
@@ -1,4 +1,4 @@
namespace test
package test
public open class WrongValueParametersCount : java.lang.Object {
public constructor WrongValueParametersCount()
@@ -1,4 +1,4 @@
namespace test
package test
public trait PropagateTypeArgumentNullable : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait ChangeProjectionKind1 : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait ChangeProjectionKind2 : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritMutability : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritNotVararg : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritNotVarargInteger : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritNotVarargNotNull : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritNotVarargPrimitive : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritNullability : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritProjectionKind : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritReadOnliness : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritVararg : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritVarargInteger : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritVarargNotNull : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait InheritVarargPrimitive : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait MutableToReadOnly : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait NotNullToNullable : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait NullableToNotNull : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait NullableToNotNullKotlinSignature : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait ReadOnlyToMutable : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait AddNotNullJavaSubtype : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait AddNotNullSameJavaType : java.lang.Object {
@@ -1,4 +1,4 @@
namespace test
package test
public trait AddNullabilityJavaSubtype : java.lang.Object {

Some files were not shown because too many files have changed in this diff Show More