Regenerated test data.
This commit is contained in:
@@ -1,4 +1,20 @@
|
||||
namespace jet
|
||||
package jet
|
||||
|
||||
public final fun </*0*/ T> arrayOfNulls(/*0*/ size : jet.Int) : jet.Array<T?>
|
||||
public final fun </*0*/ R> synchronized(/*0*/ lock : jet.Any, /*1*/ block : () -> R) : R
|
||||
public final fun jet.Any?.equals(/*0*/ other : jet.Any?) : jet.Boolean
|
||||
public final fun jet.Any?.identityEquals(/*0*/ other : jet.Any?) : jet.Boolean
|
||||
public final fun jet.BooleanIterator.iterator() : jet.BooleanIterator
|
||||
public final fun jet.ByteIterator.iterator() : jet.ByteIterator
|
||||
public final fun jet.CharIterator.iterator() : jet.CharIterator
|
||||
public final fun jet.DoubleIterator.iterator() : jet.DoubleIterator
|
||||
public final fun jet.FloatIterator.iterator() : jet.FloatIterator
|
||||
public final fun jet.IntIterator.iterator() : jet.IntIterator
|
||||
public final fun </*0*/ T> jet.Iterator<T>.iterator() : jet.Iterator<T>
|
||||
public final fun jet.LongIterator.iterator() : jet.LongIterator
|
||||
public final fun jet.ShortIterator.iterator() : jet.ShortIterator
|
||||
public final fun jet.String?.plus(/*0*/ other : jet.Any?) : jet.String
|
||||
public final fun jet.Any?.toString() : jet.String
|
||||
|
||||
public trait Annotation {
|
||||
}
|
||||
@@ -1606,18 +1622,3 @@ public final annotation class deprecated : jet.Annotation {
|
||||
public final annotation class volatile : jet.Annotation {
|
||||
public constructor volatile()
|
||||
}
|
||||
public final fun </*0*/ T> arrayOfNulls(/*0*/ size : jet.Int) : jet.Array<T?>
|
||||
public final fun jet.Any?.equals(/*0*/ other : jet.Any?) : jet.Boolean
|
||||
public final fun jet.Any?.identityEquals(/*0*/ other : jet.Any?) : jet.Boolean
|
||||
public final fun jet.BooleanIterator.iterator() : jet.BooleanIterator
|
||||
public final fun jet.ByteIterator.iterator() : jet.ByteIterator
|
||||
public final fun jet.CharIterator.iterator() : jet.CharIterator
|
||||
public final fun jet.DoubleIterator.iterator() : jet.DoubleIterator
|
||||
public final fun jet.FloatIterator.iterator() : jet.FloatIterator
|
||||
public final fun jet.IntIterator.iterator() : jet.IntIterator
|
||||
public final fun </*0*/ T> jet.Iterator<T>.iterator() : jet.Iterator<T>
|
||||
public final fun jet.LongIterator.iterator() : jet.LongIterator
|
||||
public final fun jet.ShortIterator.iterator() : jet.ShortIterator
|
||||
public final fun jet.String?.plus(/*0*/ other : jet.Any?) : jet.String
|
||||
public final fun </*0*/ R> synchronized(/*0*/ lock : jet.Any, /*1*/ block : () -> R) : R
|
||||
public final fun jet.Any?.toString() : jet.String
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class DeeplyInnerClass : java.lang.Object {
|
||||
public constructor DeeplyInnerClass()
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
namespace DeeplyInnerClass
|
||||
package DeeplyInnerClass
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public final enum class Enum : jet.Enum<test.Enum> {
|
||||
private constructor Enum()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class InnerClass : java.lang.Object {
|
||||
public constructor InnerClass()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace InnerClass
|
||||
package InnerClass
|
||||
|
||||
public open class Nested : java.lang.Object {
|
||||
public constructor Nested()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class Simple : java.lang.Object {
|
||||
public constructor Simple()
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
namespace Simple
|
||||
package Simple
|
||||
|
||||
public open fun bar() : Unit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class B {
|
||||
/*primary*/ public constructor B()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal open class A {
|
||||
/*primary*/ public constructor A()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class Some {
|
||||
/*primary*/ public constructor Some()
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final fun testFun(/*0*/ a : jet.Int) : jet.Int
|
||||
|
||||
internal final class TestSome</*0*/ P> {
|
||||
/*primary*/ public constructor TestSome</*0*/ P>()
|
||||
@@ -11,4 +13,3 @@ internal final class TestSome</*0*/ P> {
|
||||
internal open class ToResolve</*0*/ SomeClass> {
|
||||
/*primary*/ public constructor ToResolve</*0*/ SomeClass>(/*0*/ f : (jet.Int) -> jet.Int)
|
||||
}
|
||||
internal final fun testFun(/*0*/ a : jet.Int) : jet.Int
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final enum class Test : jet.Enum<test.Test> {
|
||||
/*primary*/ private constructor Test(/*0*/ a : jet.Int)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final val fromImported : jet.Int
|
||||
internal final val normal : jet.Int
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final fun </*0*/ T> foo(/*0*/ t : T) : T
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class A {
|
||||
/*primary*/ public constructor A()
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final val SomeObject : test.SomeObject
|
||||
|
||||
internal object SomeObject {
|
||||
/*primary*/ private constructor SomeObject()
|
||||
internal final fun test(/*0*/ a : jet.Int) : jet.Int
|
||||
}
|
||||
internal final val SomeObject : test.SomeObject
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final val Bar : test.Bar
|
||||
|
||||
internal object Bar {
|
||||
/*primary*/ private constructor Bar()
|
||||
}
|
||||
internal final val Bar : test.Bar
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
namespace test
|
||||
// <namespace name="p">
|
||||
namespace p
|
||||
|
||||
internal final class C {
|
||||
/*primary*/ public constructor C()
|
||||
internal final fun f() : Unit
|
||||
}
|
||||
|
||||
internal open class G</*0*/ T> {
|
||||
/*primary*/ public constructor G</*0*/ T>()
|
||||
internal final fun a() : Unit
|
||||
internal open fun f() : T
|
||||
}
|
||||
|
||||
internal final class G2</*0*/ E> : test.p.G<E> {
|
||||
/*primary*/ public constructor G2</*0*/ E>()
|
||||
internal final override /*1*/ /*fake_override*/ fun a() : Unit
|
||||
internal open override /*1*/ fun f() : E
|
||||
internal final fun g() : E
|
||||
}
|
||||
internal final fun foo() : Unit
|
||||
internal final fun foo(/*0*/ a : test.p.C) : Unit
|
||||
// </namespace name="p">
|
||||
package test
|
||||
|
||||
internal final class A {
|
||||
/*primary*/ public constructor A()
|
||||
}
|
||||
|
||||
package p {
|
||||
internal final fun foo() : Unit
|
||||
internal final fun foo(/*0*/ a : test.p.C) : Unit
|
||||
|
||||
internal final class C {
|
||||
/*primary*/ public constructor C()
|
||||
internal final fun f() : Unit
|
||||
}
|
||||
|
||||
internal open class G</*0*/ T> {
|
||||
/*primary*/ public constructor G</*0*/ T>()
|
||||
internal final fun a() : Unit
|
||||
internal open fun f() : T
|
||||
}
|
||||
|
||||
internal final class G2</*0*/ E> : test.p.G<E> {
|
||||
/*primary*/ public constructor G2</*0*/ E>()
|
||||
internal final override /*1*/ /*fake_override*/ fun a() : Unit
|
||||
internal open override /*1*/ fun f() : E
|
||||
internal final fun g() : E
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
internal final class CompositeIterator</*0*/ T> {
|
||||
/*primary*/ public constructor CompositeIterator</*0*/ T>(/*0*/ vararg iterators : java.util.Iterator<T> /*jet.Array<java.util.Iterator<T>>*/)
|
||||
|
||||
@@ -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,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,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,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,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public final class Simple : java.lang.Object {
|
||||
public constructor Simple()
|
||||
|
||||
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public open class WrongTypeParameterBoundStructure1 : java.lang.Object {
|
||||
public constructor WrongTypeParameterBoundStructure1()
|
||||
|
||||
+1
-1
@@ -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
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public trait PropagateTypeArgumentNullable : java.lang.Object {
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public trait ChangeProjectionKind1 : java.lang.Object {
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
namespace test
|
||||
package test
|
||||
|
||||
public trait ChangeProjectionKind2 : java.lang.Object {
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user