J2K: adapted for default visibility modifier 'public'
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
object S {
|
||||
fun sB(): Boolean {
|
||||
internal object S {
|
||||
internal fun sB(): Boolean {
|
||||
return true
|
||||
}
|
||||
|
||||
fun sI(): Int {
|
||||
internal fun sI(): Int {
|
||||
return 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user