https://kotlinlang.org logo
g

groostav

07/29/2016, 6:48 PM
eg this code doesnt compile:
Copy code
class A (private val anInt : Int) : B(anInt)

class B (private val anInt: int)