FIR: make Java default constructor visibility same with class visibility
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ public/*package*/ open class A : R|kotlin/Any| {
|
||||
|
||||
public open operator fun bam(@R|kotlin/annotations/jvm/internal/DefaultValue|(String(NOT_ENTRY_EITHER)) arg: R|ft<Mixed, Mixed?>|! = R|/Mixed.NOT_ENTRY_EITHER|): R|ft<Mixed, Mixed?>|!
|
||||
|
||||
public constructor(): R|A|
|
||||
public/*package*/ constructor(): R|A|
|
||||
|
||||
}
|
||||
public final enum class Mixed : R|kotlin/Enum<Mixed>| {
|
||||
|
||||
+1
-1
@@ -9,6 +9,6 @@ public/*package*/ open class A : R|kotlin/Any| {
|
||||
|
||||
public open operator fun wrong(@R|kotlin/annotations/jvm/internal/DefaultValue|(String(hello)) i: R|ft<kotlin/Int, kotlin/Int?>|!): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|A|
|
||||
public/*package*/ constructor(): R|A|
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,6 +5,6 @@ public/*package*/ open class A : R|kotlin/Any| {
|
||||
|
||||
public open operator fun numberName(@R|kotlin/annotations/jvm/internal/ParameterName|(Int(42)) first: R|ft<kotlin/String, kotlin/String?>|!): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|A|
|
||||
public/*package*/ constructor(): R|A|
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
public/*package*/ open class A : R|kotlin/Any| {
|
||||
public open static operator fun withDefault(@R|kotlin/annotations/jvm/internal/DefaultValue|(String(OK)) arg: R|ft<kotlin/String, kotlin/String?>|! = String(OK)): R|ft<kotlin/String, kotlin/String?>|!
|
||||
|
||||
public constructor(): R|A|
|
||||
public/*package*/ constructor(): R|A|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user