fun test(b: Boolean) { when(b) { true -> {} } }