found a nice puzzle :trollface: ``` class B { } cl...
# random
d
found a nice puzzle 🧌
Copy code
class B { }
class A private constructor() { ... }

fun main(args: Array<String>) {
	val b: B = A()
	...
}
and it is compilable, if
...
replaced with a few lines code