fun main() { println("Hello, world!") Test().apply { test = true } } class Test { var test: Boolean = false }