Drop erroneous FirJavaConstructorBuilder.visibility
Related to KT-62961
This commit is contained in:
committed by
Space Team
parent
2cea2b9098
commit
1260d03561
+1
-1
@@ -11,7 +11,7 @@ public final enum class AnnotatedEnumEntry : R|kotlin/Enum<test/AnnotatedEnumEnt
|
||||
public final static val entries: R|kotlin/enums/EnumEntries<test/AnnotatedEnumEntry>|
|
||||
public get(): R|kotlin/enums/EnumEntries<test/AnnotatedEnumEntry>|
|
||||
|
||||
public constructor(): R|test/AnnotatedEnumEntry|
|
||||
private constructor(): R|test/AnnotatedEnumEntry|
|
||||
|
||||
public final annotation class Anno : R|kotlin/Annotation| {
|
||||
public constructor(value: R|kotlin/String|): R|test/AnnotatedEnumEntry.Anno|
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ public abstract interface CustomAnnotation : R|kotlin/Any| {
|
||||
public final static val entries: R|kotlin/enums/EnumEntries<test/CustomAnnotation.MyEnum>|
|
||||
public get(): R|kotlin/enums/EnumEntries<test/CustomAnnotation.MyEnum>|
|
||||
|
||||
public constructor(): R|test/CustomAnnotation.MyEnum|
|
||||
private constructor(): R|test/CustomAnnotation.MyEnum|
|
||||
|
||||
}
|
||||
@R|test/CustomAnnotation.MyAnnotation|(value = R|test/CustomAnnotation.MyEnum.ONE|) public open class MyTest : R|kotlin/Any| {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ public open class EnumArgumentWithCustomToString : R|kotlin/Any| {
|
||||
public final static val entries: R|kotlin/enums/EnumEntries<test/EnumArgumentWithCustomToString.E>|
|
||||
public get(): R|kotlin/enums/EnumEntries<test/EnumArgumentWithCustomToString.E>|
|
||||
|
||||
public constructor(): R|test/EnumArgumentWithCustomToString.E|
|
||||
private constructor(): R|test/EnumArgumentWithCustomToString.E|
|
||||
|
||||
}
|
||||
public final annotation class EnumAnno : R|kotlin/Annotation| {
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ public open class NestedEnumArgument : R|kotlin/Any| {
|
||||
public final static val entries: R|kotlin/enums/EnumEntries<test/NestedEnumArgument.E>|
|
||||
public get(): R|kotlin/enums/EnumEntries<test/NestedEnumArgument.E>|
|
||||
|
||||
public constructor(): R|test/NestedEnumArgument.E|
|
||||
private constructor(): R|test/NestedEnumArgument.E|
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ public final annotation class Api : R|kotlin/Annotation| {
|
||||
public final static val entries: R|kotlin/enums/EnumEntries<test/Api.Status>|
|
||||
public get(): R|kotlin/enums/EnumEntries<test/Api.Status>|
|
||||
|
||||
public constructor(): R|test/Api.Status|
|
||||
private constructor(): R|test/Api.Status|
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user