KT-4392 #Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Test(private val a: Int b: Int private val c: Int) {
|
||||
fun toString() = "$a $c"
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
class Test(private val a: Int b: Int private val c: Int) {
|
||||
fun toString() = "$a $c"
|
||||
}
|
||||