J2K: adapted for default visibility modifier 'public'
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
// ERROR: Val cannot be reassigned
|
||||
// ERROR: Val cannot be reassigned
|
||||
class A() {
|
||||
internal class A() {
|
||||
private val s = ""
|
||||
private val x = 0
|
||||
|
||||
JvmOverloads public constructor(p: Int, s: String, x: Int = 1) : this() {
|
||||
JvmOverloads constructor(p: Int, s: String, x: Int = 1) : this() {
|
||||
this.s = s
|
||||
this.x = x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user