[LC] fix ULC testData
This commit is contained in:
@@ -3,8 +3,8 @@ public final class TestConstructor /* TestConstructor*/ {
|
||||
|
||||
}
|
||||
|
||||
public final class A /* A*/ {
|
||||
public A(@org.jetbrains.annotations.NotNull() int[], @org.jetbrains.annotations.NotNull() kotlin.jvm.functions.Function0<kotlin.Unit>);// .ctor(int[], kotlin.jvm.functions.Function0<kotlin.Unit>)
|
||||
public final class AAA /* AAA*/ {
|
||||
public AAA(@org.jetbrains.annotations.NotNull() int[], @org.jetbrains.annotations.NotNull() kotlin.jvm.functions.Function0<kotlin.Unit>);// .ctor(int[], kotlin.jvm.functions.Function0<kotlin.Unit>)
|
||||
|
||||
}
|
||||
|
||||
@@ -17,9 +17,9 @@ public final class Outer /* Outer*/ {
|
||||
|
||||
|
||||
class Inner ...
|
||||
|
||||
|
||||
class Nested ...
|
||||
|
||||
|
||||
}
|
||||
|
||||
public final class Inner /* Outer.Inner*/ {
|
||||
@@ -41,14 +41,25 @@ public abstract class A /* A*/ {
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
public final java.lang.String getX();// getX()
|
||||
|
||||
private A(@org.jetbrains.annotations.Nullable() java.lang.String);// .ctor(java.lang.String)
|
||||
protected A(@org.jetbrains.annotations.Nullable() java.lang.String);// .ctor(java.lang.String)
|
||||
|
||||
|
||||
class C ...
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static final class C /* A.C*/ extends A {
|
||||
public C();// .ctor()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public final class ClassWithPrivateCtor /* ClassWithPrivateCtor*/ {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.util.Set<java.lang.Integer> property;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.util.Set<java.lang.Integer> getProperty();// getProperty()
|
||||
|
||||
private ClassWithPrivateCtor(java.util.Set<java.lang.Integer>);// .ctor(java.util.Set<java.lang.Integer>)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user