KT-4392 #Fixed

This commit is contained in:
Alexey Sedunov
2014-01-09 15:00:41 +04:00
parent e693820fb4
commit 446941257b
5 changed files with 93 additions and 1 deletions
@@ -0,0 +1,3 @@
class Test(private val a: Int b: Int private val c: Int) {
fun toString() = "$a $c"
}