Join Slack
Powered by
I think the expected result should be: internal o...
# kontributors
x
xumingmingv
11/25/2015, 1:09 PM
I think the expected result should be: internal open class B(x: Int) internal class C(x: Int) : B(C.square(x)) { companion object { private fun square(x: Int): Int { return x * x } } } because those java classes are not taged as public
Open in Slack
Previous
Next