Updating java to kotlin convert to new language syntax
This commit is contained in:
@@ -1 +1 @@
|
||||
class C [jvmOverloads] (private val string: String, a: Int = string.length())
|
||||
class C @jvmOverloads constructor(private val string: String, a: Int = string.length())
|
||||
|
||||
Reference in New Issue
Block a user