Drop erroneous FirJavaConstructorBuilder.visibility
Related to KT-62961
This commit is contained in:
committed by
Space Team
parent
2cea2b9098
commit
1260d03561
+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| {
|
||||
|
||||
Reference in New Issue
Block a user