blob: e58002a14725ff1f49a4d95b84b9c2fe46158f4b [file] [log] [blame]
class C {
fun foo() {
when {
1 -> foo()
else { doIt() }
}
fun bar(){}
}}