eg this code doesnt compile: ``` class A (private...
# announcements
g
eg this code doesnt compile:
Copy code
class A (private val anInt : Int) : B(anInt)

class B (private val anInt: int)