J2K: adapted for default visibility modifier 'public'

This commit is contained in:
Valentin Kipyatkov
2015-09-15 11:29:27 +03:00
parent 1ccbda6af4
commit c3ddd5d32b
477 changed files with 1359 additions and 1350 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// ERROR: Unresolved reference: clone
class X {
internal class X {
override fun hashCode(): Int {
return super.hashCode()
}
@@ -18,7 +18,7 @@ class X {
}
}
class Y : Thread() {
internal class Y : Thread() {
Throws(CloneNotSupportedException::class)
override fun clone(): Any {
return super.clone()