Updating java to kotlin convert to new language syntax
This commit is contained in:
@@ -3,7 +3,7 @@ package pack
|
||||
|
||||
import pack.A.*
|
||||
|
||||
class A [jvmOverloads] (nested: Nested = Nested(Nested.FIELD)) {
|
||||
class A @jvmOverloads constructor(nested: Nested = Nested(Nested.FIELD)) {
|
||||
|
||||
class Nested(p: Int) {
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user