kristofdho
fun main(args: Array<String>) { A().B() } class A { inner class B { init { println("surprise") } } }