298a075381
Removed declaration for functions: TODO, run, with, apply, let.
11 lines
206 B
Kotlin
Vendored
11 lines
206 B
Kotlin
Vendored
fun test1() {
|
|
run {
|
|
if (true) {
|
|
<!INVALID_IF_AS_EXPRESSION, IMPLICIT_CAST_TO_ANY!>if (true) {}<!>
|
|
}
|
|
else {
|
|
<!IMPLICIT_CAST_TO_ANY!>1<!>
|
|
}
|
|
}
|
|
}
|