J2K: no explicit type required for public declarations

This commit is contained in:
Valentin Kipyatkov
2015-09-15 12:00:31 +03:00
parent c3ddd5d32b
commit 6f12db9cde
41 changed files with 52 additions and 55 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ internal class A {
companion object {
/*it's public*//*and static*//*and final*/ val C: Int = 1
/*it's public*//*and static*//*and final*/ val C = 1
}
}