05d8932fa6
#KT-28641 Fixed
8 lines
83 B
Plaintext
Vendored
8 lines
83 B
Plaintext
Vendored
// "Remove useless cast" "true"
|
|
fun foo() {}
|
|
|
|
fun main() {
|
|
foo();
|
|
{ "" }
|
|
}
|